diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 790faa9d6..000000000 --- a/jsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "target": "ESNext", - "moduleResolution": "node", - "strictNullChecks": true, - "strictFunctionTypes": true, - "checkJs": true, - "allowUmdGlobalAccess": true, - "allowSyntheticDefaultImports": true - }, - "exclude": [ - "node_modules", - "**/node_modules/*" - ] -} \ No newline at end of file