diff --git a/gruntfile.js b/gruntfile.js index e52d6800d..ea6ef1137 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -175,6 +175,7 @@ module.exports = function(grunt) { ]); localCfg.srcTsdFiles = [ "tns-core-modules/**/*.d.ts", + "!tns-core-modules/ios/**", "!**/org.nativescript.widgets.d.ts", "!**/android17.d.ts", "!**/*.android.d.ts",