diff options
Diffstat (limited to 'config/tsconfig.json')
-rw-r--r-- | config/tsconfig.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/tsconfig.json b/config/tsconfig.json index 46b2d15..583c81a 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "outDir": "../../dist/config" - }, - "files": ["./Config.ts", "example-options.ts", "options.ts"] + "outDir": "../dist/config" + } } |