Skip to content

Commit

Permalink
fix: jest error
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Oct 19, 2021
1 parent f288b19 commit 0029978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2018",
"module": "ESNext",
"strict": true,
"jsx": "react",
"declaration": true,
"preserveConstEnums": true,
"esModuleInterop": true,
Expand All @@ -27,8 +28,7 @@
"rootDir": "src",
"outDir": "lib",
"isolatedModules": false,
"declarationDir": "typings",
"jsx": "preserve"
"declarationDir": "typings"
},
"include": ["src/**/*"]
}

0 comments on commit 0029978

Please sign in to comment.