Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Updated all to latest; excluded source .ts in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Apr 13, 2019
1 parent 4dbafda commit 4484a7e
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 127 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules/
test/
*.test.*
npm-debug.log
*.ts
!*.d.ts
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"files.exclude": {
"**/*.d.ts": true,
"**/*.js.map": true,
"**/*.js": { "when": "$(basename).ts" },
"**/*?.js": { "when": "$(basename).tsx" }
},
"tslint.alwaysShowRuleFailuresAsWarnings": true,
"tslint.autoFixOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib"
Expand Down
Loading

0 comments on commit 4484a7e

Please sign in to comment.