15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/scripts/*": ["./tests/ts-shims/*", "./src/scripts/*"],
|
|
"@/components/*": ["./src/components/*"],
|
|
"@/views/*": ["./src/views/*"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["."]
|
|
}
|