Skip to content

Commit

Permalink
chore: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 6, 2021
1 parent 5f840f9 commit 4aa33d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Expand Up @@ -8,9 +8,9 @@
"resolveJsonModule": true,
"moduleResolution": "node",
"sourceMap": true,
"noEmit": false,
"outDir": "lib",
"baseUrl": ".",
"types": ["jest"]
"baseUrl": "."
},
"include": ["src/**/*"]
"include": ["src/**/*", "test"]
}

0 comments on commit 4aa33d4

Please sign in to comment.