mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Switch `glob-stream` from `@types/glob` to `glob` * Update config of `gulp` accordingly * Downgrade gulp to v3 for types which don't use gulp * Upgradde target for types which use `gulp` * Edit somw type tests to use gulp v3 * Upgrade TS version of `gulp-svg-sprite` * Add myself as a type author * Rename `ES2015` to `es6`
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"paths": {
|
|
"gulp": ["gulp/v3"]
|
|
},
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"gulp-html-replace-tests.ts"
|
|
]
|
|
}
|