Skip to content

Commit

Permalink
Cleanup tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jun 26, 2022
1 parent 802e179 commit d9d0d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"module": "dist/sourcemap-codec.mjs",
"typings": "dist/types/sourcemap-codec.d.ts",
"files": [
"dist",
"src"
"dist"
],
"exports": {
".": [
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lib": ["es2015", "dom"],
"strict": true,
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationDir": "dist/types",
Expand Down

0 comments on commit d9d0d42

Please sign in to comment.