Skip to content

Commit

Permalink
Add option to allow importing TypeScript extensions in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Dec 29, 2024
1 parent 8783606 commit 373d8d8
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"
],
}
}

0 comments on commit 373d8d8

Please sign in to comment.