mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Ignore .base.d.ts for referenc.d.ts-es, pass through no strict
This commit is contained in:
@@ -348,7 +348,10 @@ module.exports = function(grunt) {
|
||||
options: tsOptions
|
||||
},
|
||||
"build-inplace": {
|
||||
tsconfig: 'tsconfig.json'
|
||||
tsconfig: {
|
||||
tsconfig: 'tsconfig.json',
|
||||
passThrough: true,
|
||||
}
|
||||
},
|
||||
buildNodeTests: {
|
||||
src: [
|
||||
@@ -528,7 +531,8 @@ module.exports = function(grunt) {
|
||||
"!**/*.android.d.ts",
|
||||
"!ios.d.ts",
|
||||
"!**/*.ios.d.ts",
|
||||
"!tns-core-modules.d.ts"
|
||||
"!tns-core-modules.d.ts",
|
||||
"!tns-core-modules.base.d.ts"
|
||||
].concat(localCfg.defaultExcludes).concat(es6Excludes).concat(angularExcludes));
|
||||
dtsFiles.sort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user