unibest/tsconfig.json

14 lines
317 B
JSON
Raw Normal View History

2023-12-21 15:26:15 +08:00
{
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
2023-12-21 15:26:15 +08:00
}