adminFront/tsconfig.extend.json

12 lines
279 B
JSON

{
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@theme": ["./theme.ts"],
"@root/*": ["./*"],
"@kitUI/*": ["./kitUI/*"],
"@stores/*": ["./stores/*"],
"@pages/*": ["./pages/*"]
}
}
}