diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-02-28 19:48:30 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-02-28 19:48:30 +0100 |
commit | 1fa69862057db4db53cfda5be9c24b4228ef63f7 (patch) | |
tree | 7ccbb29a54f62bbbf72eddcdab374f23ce8799e5 /sandbox/test-projekat-danijel/frontend/tsconfig.json | |
parent | 2d1768a0683c43db2934701abbf2171c3f0a3988 (diff) | |
parent | 3bb27fb8bc5ee54cd8ffe818059c18cd168b4353 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into testAppNevena
Diffstat (limited to 'sandbox/test-projekat-danijel/frontend/tsconfig.json')
-rw-r--r-- | sandbox/test-projekat-danijel/frontend/tsconfig.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sandbox/test-projekat-danijel/frontend/tsconfig.json b/sandbox/test-projekat-danijel/frontend/tsconfig.json new file mode 100644 index 00000000..f531992d --- /dev/null +++ b/sandbox/test-projekat-danijel/frontend/tsconfig.json @@ -0,0 +1,32 @@ +/* To learn more about this file see: https://angular.io/config/tsconfig. */ +{ + "compileOnSave": false, + "compilerOptions": { + "baseUrl": "./", + "outDir": "./dist/out-tsc", + "forceConsistentCasingInFileNames": true, + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "sourceMap": true, + "declaration": false, + "downlevelIteration": true, + "experimentalDecorators": true, + "moduleResolution": "node", + "importHelpers": true, + "target": "es2017", + "module": "es2020", + "lib": [ + "es2020", + "dom" + ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, + "strictInjectionParameters": true, + "strictInputAccessModifiers": true, + "strictTemplates": true + } +} |