DefinitelyTyped/react-easy-chart/tsconfig.json
2016-12-08 09:57:56 -08:00

20 lines
432 B
JSON

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