DefinitelyTyped/types/react-click-outside-hook/tsconfig.json
2019-04-11 13:44:22 -07:00

18 lines
471 B
JSON

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