DefinitelyTyped/types/react-overlays/tsconfig.json
2019-01-15 09:11:32 -06:00

23 lines
593 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"test/react-overlays-tests.tsx",
"test/react-overlays-tests-individual.tsx",
"test/react-overlays-tests-transition.tsx"
]
}