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
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"]
},
"include": ["**/*.ts"]
}