Skip to content

Commit 2e5fd64

Browse files
authored
Merge pull request #1078 from reduckted/fix-sourcemaps
Fix sourcemaps.
2 parents 17337e5 + a54590c commit 2e5fd64

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

dist/purify.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.es.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"target": "ESNext",
55
"module": "ESNext",
66
"moduleResolution": "Bundler",
7-
"skipLibCheck": true
7+
"skipLibCheck": true,
8+
"sourceMap": true
89
},
910
"include": ["src/**/*.ts"]
1011
}

0 commit comments

Comments
 (0)