diff options
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r-- | src/tsconfig.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json index 6d2834a..705d261 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -1,9 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../../dist/src", - "composite": true + "outDir": "../dist/src" }, - "references": [{ "path": "../lib" }, { "path": "../config" }], - "include": ["src/**/*.ts"] + "references": [{ "path": "../lib" }, { "path": "../config" }, { "path": "../tsconfig.pkg.json" }] } |