emit source maps

This commit is contained in:
Timo Hocker 2020-05-18 10:24:41 +02:00
parent f04c66294e
commit 61bd84b385

View File

@ -7,6 +7,7 @@
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true
"declaration": true,
"sourceMap": true
}
}