13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
} |