mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* react-bootstrap-table-next: add initial typings * [name react-bootstrap-table2] add modules * [react-bootstrap-table-next] add filter example * [react-bootstrap-table2-filter] add filter example * [react-bootstrap-table-next] update types - loosen table typing after testing with real life projects - remove enums in favour of constant declarations and aggregation types * [react-bootstrap-table-next] fix cell align type * [react-bootstrap-table-next] update tests * [react-bootstrap-table2-toolkit] narrow types * [react-bootstrap-table-next] fix test column * [react-bootstrap-table2-filter] update comments * [react-bootstrap-table-next] fix documentation * [react-bootstrap-table2-filter] fix typo in header * [react-bootstrap-table-next] fix issues * [react-bootstrap-table-next] add definitions - expand toolkit definitions - add standalone pagination component types * [react-bootstrap-table-next] loosen column type * update typescript version * fix: typescript version mixup * fix: remove optional chaining, change TS version
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"jsx": "react",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-bootstrap-table2-toolkit-tests.tsx"
|
|
]
|
|
}
|