Enable source maps for compiled JS

This commit is contained in:
Jonathan Barrow
2023-07-17 19:34:57 -04:00
parent 285d1dd4c1
commit e6d68accab

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"module": "commonjs",
"esModuleInterop": true,