blessing-skin-server/resources/assets/tests/tsconfig.json
2020-05-16 22:11:15 +08:00

24 lines
391 B
JSON

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