Skip to content

Commit

Permalink
chore(): update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 2, 2021
1 parent 86ba01d commit d5ead3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -12,7 +12,8 @@
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./lib",
"skipLibCheck": true
"skipLibCheck": true,
"useUnknownInCatchVariables": false
},
"include": ["lib/**/*"],
"exclude": ["node_modules", "**/*.spec.ts", "tests"]
Expand Down

0 comments on commit d5ead3c

Please sign in to comment.