adminFront/tsconfig.extend.json

13 lines
211 B
JSON
Raw Permalink Normal View History

{
2024-05-21 07:41:31 +00:00
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@theme": ["./theme.ts"],
"@root/*": ["./*"],
"@kitUI/*": ["./kitUI/*"],
"@stores/*": ["./stores/*"],
"@pages/*": ["./pages/*"]
}
}
}