Merge pull request #15 from Pwntheon/main

Fix source maps to enable ingame debugging
main
Alt 10 months ago committed by GitHub
commit e67615b8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,7 @@
"noImplicitThis": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"inlineSources": true,
"strict": true,
"rootDir": "src/",
"outDir": "dist/",

Loading…
Cancel
Save