mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"AmAngularGauge.d.ts",
|
|
"AmBalloon.d.ts",
|
|
"AmChart.d.ts",
|
|
"AmCoordinateChart.d.ts",
|
|
"AmGraph.d.ts",
|
|
"AmLegend.d.ts",
|
|
"AmPieChart.d.ts",
|
|
"AmRadarChart.d.ts",
|
|
"AmRectangularChart.d.ts",
|
|
"AmSerialChart.d.ts",
|
|
"AmStockChart.d.ts",
|
|
"AmXYChart.d.ts",
|
|
"AreasSettings.d.ts",
|
|
"AxisBase.d.ts",
|
|
"CategoryAxesSettings.d.ts",
|
|
"CategoryAxis.d.ts",
|
|
"ChartCursor.d.ts",
|
|
"ChartCursorSettings.d.ts",
|
|
"ChartScrollbar.d.ts",
|
|
"ChartScrollbarSettings.d.ts",
|
|
"DataSet.d.ts",
|
|
"DataSetSelector.d.ts",
|
|
"ExportSettings.d.ts",
|
|
"GaugeArrow.d.ts",
|
|
"GaugeAxis.d.ts",
|
|
"GaugeBand.d.ts",
|
|
"GraphDataItem.d.ts",
|
|
"Guide.d.ts",
|
|
"ImagesSettings.d.ts",
|
|
"Label.d.ts",
|
|
"LegendSettings.d.ts",
|
|
"PanelSettings.d.ts",
|
|
"PeriodSelector.d.ts",
|
|
"SerialDataItem.d.ts",
|
|
"Slice.d.ts",
|
|
"StockEvent.d.ts",
|
|
"StockGraph.d.ts",
|
|
"StockLegend.d.ts",
|
|
"StockPanel.d.ts",
|
|
"Title.d.ts",
|
|
"TrendLine.d.ts",
|
|
"ValueAxesSettings.d.ts",
|
|
"ValueAxis.d.ts",
|
|
"amcharts-tests.ts"
|
|
]
|
|
} |