mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add dev-setup to figure out links Update development workflow Update package.json and dts-ios Update the iOS declarations grunt is now fine
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"noLib": true
|
|
},
|
|
"exclude": [
|
|
"ios/objc-x86_64",
|
|
"node_modules"
|
|
]
|
|
} |