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