page-assist/tsconfig.json
2024-03-24 12:43:43 +05:30

14 lines
282 B
JSON

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