Switch to gts/tsc-multi

This commit is contained in:
Jonathan Staab
2023-09-20 13:52:37 -07:00
parent c8c53559db
commit f89c63d67c
16 changed files with 445 additions and 1734 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]
}