1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
2023-10-17 19:10:27 +08:00

10 lines
271 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": "./",
"types": ["vite/client", "naive-ui/volar"]
},
"references": [{ "path": "./tsconfig.node.json" }]
}