blessing-skin-server/resources/assets/tests/tsconfig.json
2020-01-27 11:56:32 +08:00

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": [
"."
]
}