mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 22:35:10 +08:00
fix: emitDecoratorMetadata fix
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"noImplicitAny": false,
|
||||
"noImplicitUseStrict": true,
|
||||
"removeComments": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"emitDecoratorMetadata": false,
|
||||
"experimentalDecorators": true,
|
||||
"diagnostics": true,
|
||||
"sourceMap": true,
|
||||
|
Reference in New Issue
Block a user