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