Skip to content

Commit

Permalink
fix: fix build (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece authored Feb 26, 2022
1 parent 9a9d195 commit 9b577b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"declaration": true,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"rootDirs": ["./src", "./test"]
},
"include": ["src/**/*", "test/**/*"]
"include": ["src/**/*"]
}

0 comments on commit 9b577b5

Please sign in to comment.