Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvlanck committed Sep 24, 2021
1 parent 2e78fd3 commit d29ded8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules/**
coverage
coverage
**/*.js
**/*.d.ts
packages/**/test/files/*
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
**/node_modules

**/lib/**/*.d.ts
**/lib/**/*.js
**/test/**/*.d.ts
**/test/**/*.js
**/bin/**/*.d.ts
**/bin/**/*.js
**/index.js
**/index.d.ts
.vscode
lerna-debug.log
.eslintcache
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"resolveJsonModule": true,
"downlevelIteration": true,
"skipLibCheck": true,
"declaration": true,
"strict": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false
Expand Down

0 comments on commit d29ded8

Please sign in to comment.