DefinitelyTyped/types/start-server-webpack-plugin/tsconfig.json
Anthony Genson bb3bc696c1
Add types for start-server-webpack-plugin (#43689)
* Added declarations for start-server-webpack-plugin

* Applied standard linting

* Update start-server-webpack-plugin - accept string litterals for 'signal' option

Co-Authored-By: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

* Update start-server-webpack-plugin - create parameterless constructor suppport

Co-Authored-By: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

* Update start-server-webpack-plugin - remove redundant typing of 'apply' method

Co-Authored-By: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

* Update start-server-webpack-plugin - remove typescript version as not needed

Co-Authored-By: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

* Update start-server-webpack-plugin - combined constructors

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-04-08 09:56:05 -07:00

24 lines
508 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",
"start-server-webpack-plugin-tests.ts"
]
}