Files
DefinitelyTyped/types/gulp-less/tsconfig.json
Manuel Thalmann 7aef2f3bb2 [@types/glob-stream] Switch from @types/glob to glob (#65258)
* 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`
2023-05-10 13:57:24 -07:00

27 lines
552 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"paths": {
"gulp": ["gulp/v3"]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"gulp-less-tests.ts"
]
}