diff options
| author | Fuwn <[email protected]> | 2020-11-11 01:13:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-11 01:13:06 -0800 |
| commit | d51f6420380155a6e4c641f3768d1973b3151af3 (patch) | |
| tree | 72067c38c83ec19da0849c85853ddd5ccc254c38 /tsconfig.json | |
| download | me-d51f6420380155a6e4c641f3768d1973b3151af3.tar.xz me-d51f6420380155a6e4c641f3768d1973b3151af3.zip | |
repo: angular
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..f69f654 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,20 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "es2015", + "module": "es2020", + "lib": [ + "es2018", + "dom" + ] + } +} |