Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
fix broken pubmed dialog add button. closes #392
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Dec 9, 2017
1 parent 8b90b66 commit ebb7cfb
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 1,234 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions lib/scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": ["esnext"],
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"experimentalDecorators": true
}
}
Loading

0 comments on commit ebb7cfb

Please # to comment.