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