DefinitelyTyped/types/react-csv/tsconfig.json
2019-03-05 13:29:46 -08:00

31 lines
603 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",
"noUnusedParameters": true,
"noUnusedLocals": true
},
"files": [
"index.d.ts",
"components/CommonPropTypes.d.ts",
"components/Download.d.ts",
"components/Link.d.ts",
"react-csv-tests.tsx"
]
}