From a2900c2c43aacdd033a6f3f259696cab844a51b0 Mon Sep 17 00:00:00 2001 From: TheSparta Date: Tue, 7 Nov 2023 00:55:18 +0000 Subject: [PATCH] Removed tsconfig.profiler.json --- project/tsconfig.profiler.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 project/tsconfig.profiler.json diff --git a/project/tsconfig.profiler.json b/project/tsconfig.profiler.json deleted file mode 100644 index c7d718a9..00000000 --- a/project/tsconfig.profiler.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": "./tsconfig.base.json", - "compilerOptions": { - "outDir": "obj", - "declaration": true, - "sourceMap": true, - "noImplicitAny": false - }, - "include": [ - "./types/**/*", - "./src/**/*" - ] -}