Skip to content

Commit fc823a6

Browse files
committed
enable sourcemaps
1 parent 181653d commit fc823a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ out/test/
44
.gitignore
55
tsconfig.json
66
tsd.json
7-
*.js.map
7+
**/*.js.map
88
yarn.lock
99
.travis.yml
1010
.vscode/

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"declaration": true,
66
"outDir": "out",
77
"noUnusedLocals": true,
8-
"noUnusedParameters": true
8+
"noUnusedParameters": true,
9+
"sourceMap": true
910
},
1011
"include": ["src"]
1112
}

0 commit comments

Comments
 (0)