Skip to content

Commit 43c0be1

Browse files
authored
fix: tsconfig error (#37)
1 parent 9c99526 commit 43c0be1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"noUnusedLocals": true,
1010
"noImplicitAny": true,
1111
"allowJs": true,
12+
"noEmit": true,
13+
"outDir": "dist",
1214
"resolveJsonModule": true
1315
}
1416
}

0 commit comments

Comments
 (0)