diff options
| author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-02-28 23:31:04 +0100 |
|---|---|---|
| committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-02-28 23:31:04 +0100 |
| commit | 2e683211fb1b2a451843444790cd2f6df5b0b6c6 (patch) | |
| tree | e24ec56e584c973cd0e33be6148d3f789603806f /sandbox/TestAppOgnjen/FrontEnd/tsconfig.json | |
| parent | 0829c5f64926c46e90cc0f443cd2b301c888d1f2 (diff) | |
Dodat test projekat.Povezan front i back.
Diffstat (limited to 'sandbox/TestAppOgnjen/FrontEnd/tsconfig.json')
| -rw-r--r-- | sandbox/TestAppOgnjen/FrontEnd/tsconfig.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sandbox/TestAppOgnjen/FrontEnd/tsconfig.json b/sandbox/TestAppOgnjen/FrontEnd/tsconfig.json new file mode 100644 index 00000000..f531992d --- /dev/null +++ b/sandbox/TestAppOgnjen/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 + } +} |
