it mostly works!

This commit is contained in:
Reid 2025-05-12 23:33:52 -07:00
parent 76543fd220
commit 44cd13f10c
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
52 changed files with 879 additions and 396 deletions

View file

@ -9,11 +9,9 @@
"verbatimModuleSyntax": true,
"esModuleInterop": true,
"skipLibCheck": true,
"sourceMap": true,
"baseUrl": "src",
"outDir": "dist",
// needed for `source-map-support`
// which adds source maps to stack traces
"sourceMap": true
"outDir": "dist"
},
"include": ["**/*"],
"exclude": ["dist", "result", "node_modules"] // result is from nix build