2023-04-09 14:30:44 +05:30
|
|
|
{
|
2024-03-23 14:44:05 +05:30
|
|
|
"extends": "./.wxt/tsconfig.json",
|
2023-04-09 14:30:44 +05:30
|
|
|
"compilerOptions": {
|
2024-03-23 14:44:05 +05:30
|
|
|
"noEmit": true,
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"jsx": "react-jsx"
|
|
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
],
|
2024-02-01 13:40:44 +05:30
|
|
|
}
|