Files
DefinitelyTyped/types/gulp-connect-php/tsconfig.json
Adam Thompson-Sharpe 7877a70fe4 🤖 Merge PR #59392 [gulp-connect-php] Add type definitions for gulp-connect-php by @MysteryBlokHed
* Add types for gulp-connect-php

* Fix CI errors

* Remove reference to Node types

* Make server options param optional
2022-03-22 17:17:50 -07:00

17 lines
431 B
JSON

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