aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/tsconfig.json
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
committertranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
commita83b518a7a16d93f207bab8ec5c54c14c9493e23 (patch)
treec79d5dda1a6aebbbf54af0725a85ded830af8c3e /src/DevHive.Angular/tsconfig.json
parent8880e0efec7462f6865e528f01b9973c6e722e8b (diff)
downloadDevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar.gz
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.zip
Removed Razor, added Angular
Diffstat (limited to 'src/DevHive.Angular/tsconfig.json')
-rw-r--r--src/DevHive.Angular/tsconfig.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/DevHive.Angular/tsconfig.json b/src/DevHive.Angular/tsconfig.json
new file mode 100644
index 0000000..d3c1011
--- /dev/null
+++ b/src/DevHive.Angular/tsconfig.json
@@ -0,0 +1,29 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "baseUrl": "./",
+ "outDir": "./dist/out-tsc",
+ "forceConsistentCasingInFileNames": true,
+ "strict": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "sourceMap": true,
+ "declaration": false,
+ "downlevelIteration": true,
+ "experimentalDecorators": true,
+ "moduleResolution": "node",
+ "importHelpers": true,
+ "target": "es2015",
+ "module": "es2020",
+ "lib": [
+ "es2018",
+ "dom"
+ ]
+ },
+ "angularCompilerOptions": {
+ "strictInjectionParameters": true,
+ "strictInputAccessModifiers": true,
+ "strictTemplates": true
+ }
+}