2025-04-19 05:37:02 +08:00
|
|
|
{
|
2025-04-19 06:08:43 +08:00
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
|
|
|
|
"composite": true
|
|
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules", "dist"]
|
2025-04-19 05:37:02 +08:00
|
|
|
}
|