mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [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.
24 lines
504 B
JSON
Executable File
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"
|
|
]
|
|
}
|