DefinitelyTyped/types/react-click-outside/tsconfig.json
2019-02-25 17:46:42 +02:00

27 lines
584 B
JSON

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