DefinitelyTyped/types/react-virtualized/tsconfig.json

38 lines
880 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": false,
"noImplicitThis": true,
"strictNullChecks": false,
"jsx": "react",
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"ArrowKeyStepper.d.ts",
"AutoSizer.d.ts",
"CellMeasurer.d.ts",
"Collection.d.ts",
"ColumnSizer.d.ts",
"genericTypes.d.ts",
"Grid.d.ts",
"InfiniteLoader.d.ts",
"List.d.ts",
"Masonry.d.ts",
"MultiGrid.d.ts",
"ScrollSync.d.ts",
"Table.d.ts",
"WindowScroller.d.ts",
"react-virtualized-tests.tsx"
]
}