diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 219d251..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "include": ["scripts/**/*"], - "compilerOptions": { - "strict": true, - "target": "ES2021", - "lib": ["ES2021", "DOM"], - "module": "Node16", - "moduleResolution": "Node16", - "skipLibCheck": true, - "resolveJsonModule": true - } -}