diff --git a/tsconfig.json b/tsconfig.json index 6c07a852..6275edba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,27 +1,7 @@ { "extends": "./.wxt/tsconfig.json", "compilerOptions": { - "target": "ESNext", - "useDefineForClassFields": true, - "lib": [ - "DOM", - "DOM.Iterable", - "ESNext" - ], - "allowJs": false, - "skipLibCheck": true, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "module": "ESNext", - "moduleResolution": "Node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, + "allowImportingTsExtensions": true, "jsx": "react-jsx" - }, - "include": [ - "src" - ], + } } \ No newline at end of file