Files
DefinitelyTyped/types/react-dev-utils/tsconfig.json
T
Brad ZacherandJohn Reilly ee9bf2dc97 [react-dev-utils] Update for 9.0.0 (#35207)
* feat: Update react-dev-utils for 9.0.0

* bump header version

* add new files to tsconfig

* lint

* lint again...
2019-05-05 09:38:53 +01:00

48 lines
1.3 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"checkRequiredFiles.d.ts",
"clearConsole.d.ts",
"errorOverlayMiddleware.d.ts",
"eslintFormatter.d.ts",
"FileSizeReporter.d.ts",
"formatWebpackMessages.d.ts",
"getCacheIdentifier.d.ts",
"getCSSModuleLocalIdent.d.ts",
"getProcessForPort.d.ts",
"ignoredFiles.d.ts",
"InlineChunkHtmlPlugin.d.ts",
"InterpolateHtmlPlugin.d.ts",
"launchEditor.d.ts",
"ModuleScopePlugin.d.ts",
"noopServiceWorkerMiddleware.d.ts",
"openBrowser.d.ts",
"printBuildError.d.ts",
"printHostingInstructions.d.ts",
"WatchMissingNodeModulesPlugin.d.ts",
"WebpackDevServerUtils.d.ts",
"test/eslintFormatter.ts",
"test/noopServiceWorkerMiddleware.ts",
"test/utils.ts",
"test/webpack-plugins.ts",
"test/webpack-utils.ts"
]
}