mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Don't emit "use strict" in compiled source. It breaks on iOS.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": true,
|
||||
"noImplicitUseStrict": true,
|
||||
"outDir": "bin/dist/modules",
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
@@ -707,4 +708,4 @@
|
||||
"atom": {
|
||||
"rewriteTsconfig": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user