blessing-skin-server/resources/assets/tests/tsconfig.json

22 lines
345 B
JSON
Raw Normal View History

2020-01-21 10:22:20 +08:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": "..",
"paths": {
"@/scripts/*": [
"./tests/ts-shims/*",
"./src/scripts/*"
],
"@/components/*": [
"./src/components/*"
],
"@/views/*": [
"./src/views/*"
]
}
},
"include": [
"."
]
}