konobangu/apps/webui/tsconfig.json
2025-07-01 03:45:56 +08:00

21 lines
368 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"composite": true,
"jsx": "preserve",
"jsxImportSource": "react",
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"],
"references": [
{
"path": "../../apps/recorder"
}
]
}