diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 4f6cd2c..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "compilerOptions": { - "strict": true, - "allowJs": true, - "noImplicitAny": true, - "esModuleInterop": true, - "strictNullChecks": true, - "target": "ES2022", - "moduleResolution": "Node", - "module": "CommonJS", - "declaration": true, - "isolatedModules": true, - "noEmit": true, - "outDir": "dist", - "types": [ - "node" - ], - "typeRoots": [ - "node_modules/@types" - ] - }, - - "include": ["src"], - "exclude": ["node_modules"] -} \ No newline at end of file