Add domain package

This commit is contained in:
Jon Staab
2024-08-13 08:31:53 -07:00
parent d561039606
commit 0576c3c0e0
14 changed files with 378 additions and 1 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"]
}