mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-08 12:17:27 +08:00
22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"extends": "../../packages/cli/config/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"lib": ["esnext"],
|
|
"types": ["node", "@dcloudio/types"]
|
|
},
|
|
"include": [
|
|
"shims-uni.d.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue"
|
|
],
|
|
"exclude": [".vtj/**/*"],
|
|
"vueCompilerOptions": {
|
|
"nativeTags": ["component", "template", "slot"]
|
|
}
|
|
}
|