aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/tsconfig.json')
-rw-r--r--ufund-ui/tsconfig.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/ufund-ui/tsconfig.json b/ufund-ui/tsconfig.json
new file mode 100644
index 0000000..5525117
--- /dev/null
+++ b/ufund-ui/tsconfig.json
@@ -0,0 +1,27 @@
+/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
+/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "outDir": "./dist/out-tsc",
+ "strict": true,
+ "noImplicitOverride": true,
+ "noPropertyAccessFromIndexSignature": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "skipLibCheck": true,
+ "isolatedModules": true,
+ "esModuleInterop": true,
+ "experimentalDecorators": true,
+ "moduleResolution": "bundler",
+ "importHelpers": true,
+ "target": "ES2022",
+ "module": "ES2022"
+ },
+ "angularCompilerOptions": {
+ "enableI18nLegacyMessageIdFormat": false,
+ "strictInjectionParameters": true,
+ "strictInputAccessModifiers": true,
+ "strictTemplates": true
+ }
+}