Migrate build setup

This commit is contained in:
Jon Staab
2025-04-02 10:00:00 -07:00
parent c434955c2d
commit 0d2ef9b816
57 changed files with 3975 additions and 8459 deletions
+1 -13
View File
@@ -1,15 +1,3 @@
{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"module": "nodenext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"lib": ["esnext", "dom"]
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
"extends": "../../tsconfig.json"
}