mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Make the Grunt work
This commit is contained in:
@@ -420,9 +420,10 @@ module.exports = function(grunt) {
|
||||
"name": 'NativeScript',
|
||||
"includeDeclarations": undefined,
|
||||
"experimentalDecorators": undefined,
|
||||
"mode": "file"
|
||||
"mode": "file",
|
||||
"tsconfig": "tsconfig.typedoc.json"
|
||||
},
|
||||
src: localCfg.srcTsdFiles
|
||||
src: "tns-core-modules/tns-core-modules.d.ts"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user