mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
51 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|