Excluding typings from tsconfig
This commit is contained in:
Родитель
d0ce8b1a0e
Коммит
88cd3556d9
|
@ -14,7 +14,7 @@ const tslint = require('gulp-tslint');
|
|||
var sources = [
|
||||
'src',
|
||||
'test',
|
||||
'typings'
|
||||
'typings/main'
|
||||
].map(function(tsFolder) { return tsFolder + '/**/*.ts'; });
|
||||
|
||||
var projectConfig = {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"outDir": "out"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"typings/browser"
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче