WebChat/tsconfig.json
2023-11-07 03:05:26 +08:00

10 lines
178 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"jsx": "react-jsx",
"paths": {
"@/*": ["./src/*"]
}
}
}