mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react-dev-utils] add evalSourceMapMiddleware * refactor: rename to .d.ts * style: revert tsconfig changes
29 lines
678 B
JSON
29 lines
678 B
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",
|
|
"test/eslintFormatter.ts",
|
|
"test/noopServiceWorkerMiddleware.ts",
|
|
"test/evalSourceMapMiddleware.ts",
|
|
"test/utils.ts",
|
|
"test/webpack-plugins.ts",
|
|
"test/webpack-utils.ts"
|
|
]
|
|
}
|