DefinitelyTyped/react-easy-chart/tsconfig.json
2016-11-21 14:42:24 +13:00

20 lines
439 B
JSON

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