Added generation of inline sourcemaps

This commit is contained in:
Alexander Cerutti
2024-10-11 23:59:37 +02:00
parent c85aba8b20
commit ba68ab9f0b

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"sourceMap": true,
"inlineSourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"]