Files
DefinitelyTyped/types/highcharts/tsconfig.json
2018-02-02 14:57:41 -08:00

38 lines
964 B
JSON

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