diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-02-28 19:46:47 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-02-28 19:46:47 +0100 |
commit | a0c76e155d4b54573cc25af5a65a3c78a10fefb2 (patch) | |
tree | ff2b0f8ae515f6a312b8ea8bfb1124635e4c2e2d /sandbox/test-projekat-danijel/frontend/tsconfig.json | |
parent | ca6f2e5565b4857516d77c58d1b4dafcdd725a8a (diff) |
Dodao frontend ponovo posto ga je git prepoznao kao pod-repozitorijum i nije pushovao fajlove.
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 + } +} |