DefinitelyTyped/types/react-chartjs-2/tsconfig.json
2017-04-12 16:06:39 -04:00

35 lines
737 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"index.d.ts",
"test/index.tsx",
"test/bar.tsx",
"test/bubble.tsx",
"test/doughnut.tsx",
"test/dynamic-doughnut.tsx",
"test/horizontalBar.tsx",
"test/line.tsx",
"test/mix.tsx",
"test/pie.tsx",
"test/polar.tsx",
"test/radar.tsx",
"test/randomizedLine.tsx"
]
}