From 5c05cd5a1d9c5ae50c77c1a0bdd27329597309f9 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Sun, 17 Sep 2023 13:54:17 +0300 Subject: [PATCH] delete tsconfig Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- tsconfig.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 22e5d27..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "typeRoots": [ - "node_modules/@types", - "src/typings" - ], - "types": [ - "node" - ] - } -}