Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 11375af

Browse files
committed
fix: add sourceMap
1 parent 47e372b commit 11375af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"rootDir": "./src",
1010
"strict": true,
1111
"strictFunctionTypes": false,
12+
"sourceMap": true,
1213
"target": "es2017"
1314
},
1415
"include": [

0 commit comments

Comments
 (0)