Add DVM package

This commit is contained in:
Jon Staab
2024-06-26 10:38:11 -07:00
parent a277c107bb
commit 58eefb42a5
13 changed files with 347 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]
}