blessing-skin-server/resources/assets/tests/tsconfig.json
2020-05-20 10:11:38 +08:00

15 lines
327 B
JSON

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