Skip to content

Commit fa405af

Browse files
committed
fix: add back source map since its required to debug in browser
1 parent f73eb28 commit fa405af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/multiple-select-vanilla/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
1919
"noImplicitReturns": true,
20-
"sourceMap": false,
20+
"sourceMap": true,
2121
"declaration": true,
2222
"declarationMap": true
2323
},

0 commit comments

Comments
 (0)