2022-02-21 14:28:22 +08:00
|
|
|
{
|
2022-05-24 22:54:34 +08:00
|
|
|
"extends": "./tsconfig.web.json",
|
2022-02-21 14:28:22 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2022-05-24 22:54:34 +08:00
|
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
2022-09-16 22:57:41 +08:00
|
|
|
"types": ["node", "jsdom", "unplugin-vue-macros/macros-global"],
|
2022-06-22 08:04:42 +08:00
|
|
|
"skipLibCheck": true
|
2022-05-24 22:54:34 +08:00
|
|
|
},
|
2022-07-26 22:05:43 +08:00
|
|
|
"include": ["packages", "vitest.setup.ts", "typings/env.d.ts"],
|
2022-06-22 08:04:42 +08:00
|
|
|
"exclude": ["node_modules", "dist", "**/*.md"]
|
2022-02-21 14:28:22 +08:00
|
|
|
}
|