Enable source maps for TS extension

This commit is contained in:
Dirk Baeumer 2015-11-23 12:28:20 +01:00
parent 956a8f0e06
commit 5521642662

View file

@ -3,6 +3,7 @@
"noLib": true,
"target": "ES5",
"module": "commonjs",
"sourceMap": true,
"outDir": "../out"
},
"exclude": [