mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* type definition for fundamental-react * removing my co-author to make definitelytyped-header-parser happy * fixing issues to make travis happy :) * onClick index is mandatory now * similar folder structure * making sure, all files are used * removed an import that is not provided by fundamental-react * trying to convince travis, that all files are necessary * fixed a typo * included index files in tsconfig.json * fixed formatting
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"jsx": "react",
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"fundamental-react-tests.tsx",
|
|
"lib/index.d.ts",
|
|
"lib/ActionBar/index.d.ts",
|
|
"lib/Alert/index.d.ts",
|
|
"lib/Badge/index.d.ts",
|
|
"lib/Breadcrumb/index.d.ts",
|
|
"lib/Button/index.d.ts",
|
|
"lib/Calendar/index.d.ts",
|
|
"lib/ComboboxInput/index.d.ts",
|
|
"lib/DatePicker/index.d.ts",
|
|
"lib/Dropdown/index.d.ts",
|
|
"lib/Forms/index.d.ts",
|
|
"lib/Icon/index.d.ts",
|
|
"lib/Identifier/index.d.ts",
|
|
"lib/Image/index.d.ts",
|
|
"lib/InlineHelp/index.d.ts",
|
|
"lib/InputGroup/index.d.ts",
|
|
"lib/ListGroup/index.d.ts",
|
|
"lib/LocalizationEditor/index.d.ts",
|
|
"lib/Menu/index.d.ts",
|
|
"lib/Modal/index.d.ts",
|
|
"lib/MultiInput/index.d.ts",
|
|
"lib/Pagination/index.d.ts",
|
|
"lib/Panel/index.d.ts",
|
|
"lib/Popover/index.d.ts",
|
|
"lib/SearchInput/index.d.ts",
|
|
"lib/Shellbar/index.d.ts",
|
|
"lib/SideNavigation/index.d.ts",
|
|
"lib/Table/index.d.ts",
|
|
"lib/Tabs/index.d.ts",
|
|
"lib/Tile/index.d.ts",
|
|
"lib/Time/index.d.ts",
|
|
"lib/TimePicker/index.d.ts",
|
|
"lib/Toggle/index.d.ts",
|
|
"lib/Token/index.d.ts",
|
|
"lib/TreeView/index.d.ts"
|
|
]
|
|
}
|