Skip to content

Commit 43f3704

Browse files
committed
fix: include source map in the built files
1 parent 52a41d5 commit 43f3704

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ test.js
1515
test/typings-compatibility/
1616
/script/*.js
1717
/script/*.d.ts
18+
/script/*.js.map
1819
/script/*/*.js
1920
/script/*/*.d.ts
21+
/script/*/*.js.map
2022
tsconfig.tsbuildinfo

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
1919
"incremental": true,
20+
"sourceMap": true,
2021
"lib": [
2122
"ES2020",
2223
"dom"

0 commit comments

Comments
 (0)