page-assist/tsconfig.json
2024-03-23 14:44:05 +05:30

13 lines
261 B
JSON

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