Skip to content

Commit 4f787b3

Browse files
znckyyx990803
authored andcommitted
fix: compile only lib directory (#6)
1 parent becaeea commit 4f787b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
]
2020
},
2121
"include": [
22-
"lib",
23-
"test"
22+
"lib"
2423
]
2524
}

0 commit comments

Comments
 (0)