WebChat/tsconfig.json

8 lines
131 B
JSON
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
2023-11-04 18:18:09 +00:00
"extends": "./.wxt/tsconfig.json",
2023-07-11 20:22:57 +00:00
"compilerOptions": {
2023-11-04 18:18:09 +00:00
"allowImportingTsExtensions": true,
"jsx": "react-jsx"
}
2023-07-11 20:22:57 +00:00
}