mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
10 lines
271 B
JSON
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" }]
|
|
}
|