aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/tsconfig.json
diff options
context:
space:
mode:
authorNevena Bojovic <nenabojov@gmail.com>2022-03-01 22:14:46 +0100
committerNevena Bojovic <nenabojov@gmail.com>2022-03-01 22:14:46 +0100
commit78a7ef39c7aab82470e03f1e6a421e433438c6cf (patch)
tree5fa4ca246320585644cf67b3d92cfb914d8b11e0 /sandbox/testAppNevena/Front/tsconfig.json
parent6555fb80fdd8f6a5d201efadec3189d1244830a0 (diff)
Dodat projekat.
Diffstat (limited to 'sandbox/testAppNevena/Front/tsconfig.json')
-rw-r--r--sandbox/testAppNevena/Front/tsconfig.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/tsconfig.json b/sandbox/testAppNevena/Front/tsconfig.json
new file mode 100644
index 00000000..f531992d
--- /dev/null
+++ b/sandbox/testAppNevena/Front/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
+ }
+}