Files
cn-ui/tsconfig.json
SonPhung f7fec6e510 init
2026-07-10 00:28:31 +07:00

13 lines
193 B
JSON

{
"files": [],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}