2020-01-21 10:22:20 +08:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "..",
|
2020-01-27 11:56:32 +08:00
|
|
|
"noEmit": true,
|
2020-01-21 10:22:20 +08:00
|
|
|
"paths": {
|
2020-05-20 10:11:38 +08:00
|
|
|
"@/scripts/*": ["./tests/ts-shims/*", "./src/scripts/*"],
|
|
|
|
"@/components/*": ["./src/components/*"],
|
|
|
|
"@/views/*": ["./src/views/*"],
|
2020-05-16 22:11:15 +08:00
|
|
|
"@/*": ["./src/*"]
|
2020-01-21 10:22:20 +08:00
|
|
|
}
|
|
|
|
},
|
2020-05-20 10:11:38 +08:00
|
|
|
"include": ["."]
|
2020-01-21 10:22:20 +08:00
|
|
|
}
|