refactor: remove unused package (#4291)

This commit is contained in:
Alex Yang
2023-09-08 17:00:26 -07:00
committed by GitHub
parent e00f40537b
commit 162016884c
26 changed files with 31 additions and 100 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["./src/scripts"]
}