Skip to content

Commit

Permalink
Run entire project through Typescript compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Aug 8, 2020
1 parent eed57b0 commit a372532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
npm-debug.log
index.js
index.tests.js
index.d.ts
index.d.ts
index.tests.d.ts
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"esModuleInterop": true,
"declaration": true,
"lib": ["ES5", "dom", "ES2015"]
},
"files": ["index.ts", "index.tests.ts"]
}
}

0 comments on commit a372532

Please sign in to comment.