DefinitelyTyped/types/react-loadable-visibility/tsconfig.json

32 lines
717 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@loadable/component": [
"loadable__component"
]
}
},
"files": [
"index.d.ts",
"loadable-components.d.ts",
"react-loadable.d.ts",
"react-loadable-visibility-tests.tsx"
]
}