removed tsconfig.json sourceMap option

pull/6876/head
Tom Shaw 5 years ago
parent 4ad64254db
commit 6bdb0eaa0e

@ -8,7 +8,7 @@
// the only missing feature is Array.prototype.values
"lib": ["es2017"],
"target": "es2017",
"sourceMap": true,
"declaration": true,
"declarationDir": "types",

Loading…
Cancel
Save