Files
wxt/demo/tsconfig.json
T
2023-09-29 22:08:20 -05:00

8 lines
158 B
JSON

{
"extends": ["../tsconfig.base.json", "./.wxt/tsconfig.json"],
"compilerOptions": {
"allowImportingTsExtensions": true,
"jsx": "react-jsx"
}
}