Fix some memory leaks, add executor.load and some utils

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