Migrate build setup

This commit is contained in:
Jon Staab
2025-04-02 10:00:00 -07:00
parent c434955c2d
commit 0d2ef9b816
57 changed files with 3975 additions and 8459 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "esnext",
"sourceMap": true,
"strict": true,
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": [],
"lib": ["esnext", "dom", "dom.iterable"],
"noEmit": false
},
"exclude": [
"node_modules",
"dist"
]
}