From e51fabfe649732a5e10f79bb936517195845c173 Mon Sep 17 00:00:00 2001 From: MiharyR <60790872+MiharyR@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:57:48 +0100 Subject: [PATCH] Delete tsconfig.app.json --- tsconfig.app.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tsconfig.app.json diff --git a/tsconfig.app.json b/tsconfig.app.json deleted file mode 100644 index 82d91dc..0000000 --- a/tsconfig.app.json +++ /dev/null @@ -1,15 +0,0 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./out-tsc/app", - "types": [] - }, - "files": [ - "src/main.ts", - "src/polyfills.ts" - ], - "include": [ - "src/**/*.d.ts" - ] -}