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

Commit 70ff3bd

Browse files
author
Josh Goldberg
committed
Updated all to latest; excluded source .ts in npm
1 parent 501caa7 commit 70ff3bd

4 files changed

Lines changed: 110 additions & 120 deletions

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules/
22
test/
33
*.test.*
44
npm-debug.log
5+
*.ts
6+
!*.d.ts

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"editor.tabSize": 4,
33
"editor.trimAutoWhitespace": true,
4+
"files.exclude": {
5+
"**/*.d.ts": true,
6+
"**/*.js.map": true,
7+
"**/*.js": { "when": "$(basename).ts" },
8+
"**/*?.js": { "when": "$(basename).tsx" }
9+
},
410
"tslint.alwaysShowRuleFailuresAsWarnings": true,
511
"tslint.autoFixOnSave": true,
612
"typescript.tsdk": "node_modules/typescript/lib"

0 commit comments

Comments
 (0)