infra: add multipackage support (#34)

This commit is contained in:
Brandon Keiji
2025-04-18 14:37:02 -07:00
committed by GitHub
parent 184748cbf9
commit d3cd31ba9b
10 changed files with 91 additions and 707 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"module": "Node16",
"target": "ES2022",
"composite": true,
},
"exclude": ["node_modules", "dist"],
}