DefinitelyTyped/types/csp-html-webpack-plugin/tsconfig.json
Seally f4d65d8c02 [csp-html-webpack-plugin] Add type definitions (#37544)
* [csp-html-webpack-plugin] Add type definitions.

* [csp-html-webpack-plugin] Fix test file formatting with Prettier.

* [csp-html-webpack-plugin] Move HtmlPluginData into exported namespace.

* [csp-html-webpack-plugin] Remove comment on HtmlPluginData.

* [csp-html-webpack-plugin] Use conditional types to figure out HtmlPluginData type.

* [csp-html-webpack-plugin] Remove 'esModuleInterop' from tsconfig.json.
2019-08-14 15:16:07 -07:00

24 lines
504 B
JSON
Executable File

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