mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
31 lines
839 B
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"
|
|
]
|
|
} |