From eea9f714d6a094648f812d741055d9a1340341f6 Mon Sep 17 00:00:00 2001 From: MiharyR <60790872+MiharyR@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:57:30 +0100 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 4a4dc62..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ -{ - "compileOnSave": false, - "compilerOptions": { - "baseUrl": "./", - "outDir": "./dist/out-tsc", - "sourceMap": true, - "declaration": false, - "downlevelIteration": true, - "experimentalDecorators": true, - "moduleResolution": "node", - "importHelpers": true, - "target": "es2015", - "module": "es2020", - "lib": [ - "es2018", - "dom" - ] - }, - "angularCompilerOptions": { - "enableI18nLegacyMessageIdFormat": false - } -}