We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9dc46 commit 0ffac1aCopy full SHA for 0ffac1a
gruntfile.js
@@ -419,16 +419,17 @@ module.exports = function(grunt) {
419
},
420
buildDts: {
421
src: [
422
- '**/*.d.ts',
+ 'tns-core-modules/**/*.d.ts',
423
'!org.nativescript.widgets.d.ts',
424
'!**/*.android.d.ts',
425
'!node_modules/**/*',
426
'!tests/node_modules/**/*.*',
427
'!tests/platforms/**/*.*',
428
'!bin/**/*',
429
'!apps/**/*',
430
- '!android17.d.ts',
431
- '!ios.d.ts',
+ '!tns-core-modules/android17.d.ts',
+ '!tns-core-modules/ios.d.ts',
432
+ '!tns-core-modules/org.nativescript.widgets.d.ts',
433
],
434
outDir: localCfg.outDir,
435
dest: localCfg.outDir,
0 commit comments