WebChat/tsconfig.json
2024-09-19 03:41:07 +08:00

11 lines
199 B
JSON

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