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