Add content package

This commit is contained in:
Jon Staab
2024-06-03 15:05:37 -07:00
parent d4cecd5e50
commit d2a3f14567
8 changed files with 506 additions and 2 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"]
}