Skip to content

Commit

Permalink
Enable TS declaration and declarationMap
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and straversi committed Aug 19, 2019
1 parent 75e170c commit a315489
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/lit-virtualizer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/lib/
/lit-virtualizer.js
/lit-virtualizer.d.ts
/lit-virtualizer.d.ts.map
/test/screenshot/cases/*/actual.*.png
2 changes: 2 additions & 0 deletions packages/lit-virtualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"main": "lit-virtualizer.js",
"files": [
"/lit-virtualizer.js",
"/lit-virtualizer.d.ts",
"/lit-virtualizer.d.js.map",
"/lib/"
],
"module": "lit-virtualizer.js",
Expand Down
5 changes: 2 additions & 3 deletions packages/lit-virtualizer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"module": "esNext",
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"allowJs": true,
// "declaration": true,
// "declarationMap": true,
"declaration": true,
"declarationMap": true,
// "sourceMap": true,
// "inlineSources": true,
// "strict": true,
Expand Down

0 comments on commit a315489

Please sign in to comment.