chore: fix tsconfig (#4389)

This commit is contained in:
Alex Yang
2023-09-16 14:40:33 -07:00
committed by GitHub
parent 26877ffd52
commit bebe69d483
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"resolveJsonModule": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"outDir": "dist/scripts",
"outDir": "./lib/scripts",
"rootDir": "."
},
"references": [