emit source maps for debugging
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "scripts",
|
||||
"noImplicitAny": true,
|
||||
"lib": ["ES2020", "DOM"]
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"inlineSourceMap": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user