DefinitelyTyped/types/highcharts/tsconfig.json
Jiri Marsicek 8ead6efef7 Add typings for more highchart modules
- bullet, heatmap, solid-gauge, treemap, wordcloud
2018-12-07 11:58:21 +00:00

51 lines
1.3 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"highcharts-more.d.ts",
"highstock.d.ts",
"index.d.ts",
"js/highcharts/index.d.ts",
"modules/boost.d.ts",
"modules/bullet.d.ts",
"modules/drilldown.d.ts",
"modules/exporting.d.ts",
"modules/heatmap.d.ts",
"modules/map/index.d.ts",
"modules/no-data-to-display.d.ts",
"modules/offline-exporting.d.ts",
"modules/solid-gauge.d.ts",
"modules/treemap.d.ts",
"modules/wordcloud.d.ts",
"test/boost.ts",
"test/bullet.ts",
"test/drilldown.ts",
"test/exporting.ts",
"test/heatmap.ts",
"test/highstock.ts",
"test/index.ts",
"test/more.ts",
"test/no-data-to-display.ts",
"test/offline-exporting.ts",
"test/solid-gauge.ts",
"test/treemap.ts",
"test/wordcloud.ts"
]
}