Files
chat/client/web/plugins/com.msgbyte.draw/tsconfig.json
2026-04-25 16:36:34 +08:00

10 lines
145 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"paths": {
"@capital/*": ["../../src/plugin/*"],
}
}
}