Skip to content

Commit 9d50baf

Browse files
committed
chore(scripts): update tsconfig for scripts
1 parent 9c60087 commit 9d50baf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"compilerOptions": {
3-
"allowImportingTsExtensions": true
3+
"noEmit": true,
4+
"allowImportingTsExtensions": true,
5+
"module": "NodeNext"
46
}
57
}

0 commit comments

Comments
 (0)