DefinitelyTyped/types/react-dev-utils/tsconfig.json
2019-01-28 18:42:18 +05:00

46 lines
1.2 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",
"eslintFormatter.d.ts",
"FileSizeReporter.d.ts",
"formatWebpackMessages.d.ts",
"getCacheIdentifier.d.ts",
"getCSSModuleLocalIdent.d.ts",
"getProcessForPort.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"
]
}