2022-04-22 09:43:38 +08:00
|
|
|
{
|
2022-05-24 22:54:34 +08:00
|
|
|
"extends": "./tsconfig.base.json",
|
2022-04-22 09:43:38 +08:00
|
|
|
"compilerOptions": {
|
2022-05-24 22:54:34 +08:00
|
|
|
"composite": true,
|
|
|
|
"jsx": "preserve",
|
2022-04-22 09:43:38 +08:00
|
|
|
"lib": ["ES2018", "DOM", "DOM.Iterable"],
|
2022-09-16 22:57:41 +08:00
|
|
|
"types": ["unplugin-vue-macros/macros-global"],
|
2022-06-22 08:04:42 +08:00
|
|
|
"skipLibCheck": true
|
2022-04-22 09:43:38 +08:00
|
|
|
},
|
2024-07-27 22:00:27 +08:00
|
|
|
"include": ["packages", "typings/env.d.ts"],
|
2022-04-22 09:43:38 +08:00
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"**/dist",
|
|
|
|
"**/__tests__/**/*",
|
2022-05-24 22:54:34 +08:00
|
|
|
"**/gulpfile.ts",
|
|
|
|
"**/test-helper",
|
2022-06-22 08:04:42 +08:00
|
|
|
"packages/test-utils",
|
|
|
|
"**/*.md"
|
2022-04-22 09:43:38 +08:00
|
|
|
]
|
|
|
|
}
|