Skip to content

Commit

Permalink
Merge pull request xtermjs#2269 from Tyriar/d_map
Browse files Browse the repository at this point in the history
Use TS declarationMap
  • Loading branch information
Tyriar authored Jun 27, 2019
2 parents 7352139 + 7f4e1a7 commit 48b9154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
!typings/*.d.ts

# Blacklist - (normal behavior) these will override any whitelist
*.d.ts.map
*.test.ts
*.test.d.ts
*.test.js
Expand Down
3 changes: 2 additions & 1 deletion src/tsconfig-library-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig-base.json",
"compilerOptions": {
"composite": true,
"strict": true
"strict": true,
"declarationMap": true
}
}

0 comments on commit 48b9154

Please sign in to comment.