Navigation Menu

Skip to content

Commit

Permalink
Fix built sources paths
Browse files Browse the repository at this point in the history
Re: #11
  • Loading branch information
jridgewell committed Jun 26, 2022
1 parent be6f23b commit 6a465b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,8 @@
"module": "dist/trace-mapping.mjs",
"typings": "dist/types/trace-mapping.d.ts",
"files": [
"dist"
"dist",
"src"
],
"exports": {
".": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,6 @@
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"typeRoots": ["node_modules/@types"]
},
"exclude": ["dist"],
Expand Down

0 comments on commit 6a465b1

Please sign in to comment.