mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
31 lines
755 B
JSON
31 lines
755 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"history3/redirect.d.ts",
|
|
"history3/locationHelper.d.ts",
|
|
"history4/redirect.d.ts",
|
|
"history4/locationHelper.d.ts",
|
|
"authWrapper.d.ts",
|
|
"connectedAuthWrapper.d.ts",
|
|
"index.d.ts",
|
|
"redux-auth-wrapper-tests.tsx"
|
|
]
|
|
} |