diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tsconfig.json b/tsconfig.json index 09abbe6..7cac22e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - // "rootDir": "./", - // "outDir": "./src/js", "esModuleInterop": true, "target": "ESNext", "module": "commonjs", @@ -21,12 +19,4 @@ "downlevelIteration": true, /* END MINE */ }, - - // "include": [ - // "src/ts/**/*" - // ], - // "exclude": [ - // "node_modules", - // ".git" - // ] }
\ No newline at end of file |
