diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-12 18:50:28 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-12 18:52:45 +0200 |
| commit | 1ab34accfda22ee3ce5c7700e3b97ff3e932d649 (patch) | |
| tree | 1591e22ca5a8f4f97d069c704c7bc84595c09ca6 /src/DevHive.Angular/tsconfig.json | |
| parent | 2269b5aa6c8d3dcb407c34fa256200bdc573585a (diff) | |
| download | DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar.gz DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.zip | |
Docker Support Added; Splitted API and Front End
Diffstat (limited to 'src/DevHive.Angular/tsconfig.json')
| -rw-r--r-- | src/DevHive.Angular/tsconfig.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/DevHive.Angular/tsconfig.json b/src/DevHive.Angular/tsconfig.json deleted file mode 100644 index 9c7dbe4..0000000 --- a/src/DevHive.Angular/tsconfig.json +++ /dev/null @@ -1,30 +0,0 @@ -/* 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" - ], - "strictPropertyInitialization": false - }, - "angularCompilerOptions": { - "strictInjectionParameters": true, - "strictInputAccessModifiers": true, - "strictTemplates": true - } -} |
