mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
38 lines
964 B
JSON
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"
|
|
]
|
|
} |