mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-10-03 09:09:58 +08:00
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
|
|
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
}
|