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

@@ -6,7 +6,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": ".",
"outDir": "../dist/tests"
"outDir": "../lib/tests",
"tsBuildInfoFile": "../lib/tests/.tsbuildinfo"
},
"references": [
{