diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-29 20:05:06 +0200 |
| commit | 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 (patch) | |
| tree | e452aa8ad583607b87d47ef82eabf0bd7e3ab60a /tsconfig.json | |
| parent | 6baaa14bde032afa363dbdd50119a20e9f47df1c (diff) | |
| download | fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.gz fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.tar.zst fia-040d5372c1033bb7c0580ad2c9b6b32f974a20c8.zip | |
Version 1.0
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 |
