mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
chore: output sourceMap
This commit is contained in:
parent
d2d8556f6f
commit
6508bdaf78
@ -27,7 +27,7 @@
|
|||||||
// Enables experimental support for ES7 decorators.
|
// Enables experimental support for ES7 decorators.
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
// Generates corresponding .map file.
|
// Generates corresponding .map file.
|
||||||
"sourceMap": false,
|
"sourceMap": true,
|
||||||
// Disallow inconsistently-cased references to the same file.
|
// Disallow inconsistently-cased references to the same file.
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
// Allow json import
|
// Allow json import
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user