@highcharts/react
Version:
Official Highcharts integration for React
24 lines (23 loc) • 493 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"declaration": true,
"lib": ["ESNext", "DOM"],
"jsx": "react",
"sourceMap": true,
"strict":false,
"moduleResolution": "node",
"baseUrl": "./src",
"skipLibCheck": true,
"outDir": "./",
"paths": {
"~/*": ["./*"]
},
"typeRoots": ["node_modules/@types"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"exclude": [],
"include": ["./**/*"]
}