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