diff --git a/package.json b/package.json index cf8185b..b22a80e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "./package.json": "./package.json" }, "files": [ - "dist" + "dist", + "src" ], "engines": { "node": ">=6.0.0" diff --git a/tsconfig.json b/tsconfig.json index 8d08909..ea1e3fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "declaration": true, "allowSyntheticDefaultImports": true, "declarationDir": "dist/types", - "outDir": "dist/lib", "noUnusedLocals": true, "noUnusedParameters": true, "checkJs": true