DefinitelyTyped/react-paginate/tsconfig.json
2016-08-15 11:29:03 +10:00

21 lines
431 B
JSON

{
"files": [
"index.d.ts",
"react-paginate-tests.tsx"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
}
}