Switch to gts/tsc-multi

This commit is contained in:
Jonathan Staab
2023-09-20 13:52:37 -07:00
parent c8c53559db
commit f89c63d67c
16 changed files with 445 additions and 1734 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "dist",
"outDir": "build",
"esModuleInterop": true,
"skipLibCheck": true
},