Files
DefinitelyTyped/highcharts/tsconfig.json

31 lines
839 B
JSON

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