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" - ] - } -}