13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@theme": ["./theme.ts"],
|
|
"@root/*": ["./*"],
|
|
"@kitUI/*": ["./kitUI/*"],
|
|
"@stores/*": ["./stores/*"],
|
|
"@pages/*": ["./pages/*"]
|
|
}
|
|
}
|
|
}
|