mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
112 lines
3.9 KiB
JSON
112 lines
3.9 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",
|
|
"animated/index.d.ts",
|
|
"async/index.d.ts",
|
|
"async-creatable/index.d.ts",
|
|
"base/index.d.ts",
|
|
"creatable/index.d.ts",
|
|
"src/animated/Input.d.ts",
|
|
"src/animated/MultiValue.d.ts",
|
|
"src/animated/Placeholder.d.ts",
|
|
"src/animated/SingleValue.d.ts",
|
|
"src/animated/ValueContainer.d.ts",
|
|
"src/animated/transitions.d.ts",
|
|
"src/animated/index.d.ts",
|
|
"src/components/containers.d.ts",
|
|
"src/components/Control.d.ts",
|
|
"src/components/Group.d.ts",
|
|
"src/components/Input.d.ts",
|
|
"src/components/Menu.d.ts",
|
|
"src/components/MultiValue.d.ts",
|
|
"src/components/Option.d.ts",
|
|
"src/components/Placeholder.d.ts",
|
|
"src/components/SingleValue.d.ts",
|
|
"src/components/indicators.d.ts",
|
|
"src/components/index.d.ts",
|
|
"src/accessibility/index.d.ts",
|
|
"src/theme.d.ts",
|
|
"src/Creatable.d.ts",
|
|
"src/Async.d.ts",
|
|
"src/AsyncCreatable.d.ts",
|
|
"src/filters.d.ts",
|
|
"src/styles.d.ts",
|
|
"src/stateManager.d.ts",
|
|
"src/builtins.d.ts",
|
|
"src/utils.d.ts",
|
|
"src/diacritics.d.ts",
|
|
"src/types.d.ts",
|
|
"src/Select.d.ts",
|
|
"test/data.ts",
|
|
"test/styled-components.tsx",
|
|
"test/AtlaskitDummy.ts",
|
|
"test/ChronoNodeDummy.ts",
|
|
"test/examples/AccessingInternals.tsx",
|
|
"test/examples/AnimatedMulti.tsx",
|
|
"test/examples/AsyncCallbacks.tsx",
|
|
"test/examples/AsyncCreatable.tsx",
|
|
"test/examples/AsyncMulti.tsx",
|
|
"test/examples/AsyncPromises.tsx",
|
|
"test/examples/BasicGrouped.tsx",
|
|
"test/examples/BasicMulti.tsx",
|
|
"test/examples/BasicSingle.tsx",
|
|
"test/examples/ControlledMenu.tsx",
|
|
"test/examples/CreatableAdvanced.tsx",
|
|
"test/examples/CreatableInputOnly.tsx",
|
|
"test/examples/CreatableMulti.tsx",
|
|
"test/examples/CreatableSingle.tsx",
|
|
"test/examples/CreateFilter.tsx",
|
|
"test/examples/CustomClearIndicator.tsx",
|
|
"test/examples/CustomControl.tsx",
|
|
"test/examples/CustomDropdownIndicator.tsx",
|
|
"test/examples/CustomFilterOptions.tsx",
|
|
"test/examples/CustomGetOptionLabel.tsx",
|
|
"test/examples/CustomGroup.tsx",
|
|
"test/examples/CustomGroupHeading.tsx",
|
|
"test/examples/CustomIndicatorsContainer.tsx",
|
|
"test/examples/CustomIndicatorSeparator.tsx",
|
|
"test/examples/CustomInput.tsx",
|
|
"test/examples/CustomIsOptionDisabled.tsx",
|
|
"test/examples/CustomLoadingIndicator.tsx",
|
|
"test/examples/CustomLoadingMessage.tsx",
|
|
"test/examples/CustomMenu.tsx",
|
|
"test/examples/CustomMenuList.tsx",
|
|
"test/examples/CustomMultiValueContainer.tsx",
|
|
"test/examples/CustomMultiValueLabel.tsx",
|
|
"test/examples/CustomMultiValueRemove.tsx",
|
|
"test/examples/CustomNoOptionsMessage.tsx",
|
|
"test/examples/CustomOption.tsx",
|
|
"test/examples/CustomPlaceholder.tsx",
|
|
"test/examples/CustomSelectContainer.tsx",
|
|
"test/examples/CustomSingleValue.tsx",
|
|
"test/examples/CustomValueContainer.tsx",
|
|
"test/examples/Experimental.tsx",
|
|
"test/examples/MenuPortal.tsx",
|
|
"test/examples/OnMenuOpen.tsx",
|
|
"test/examples/OnSelectResetsInput.tsx",
|
|
"test/examples/Popout.tsx",
|
|
"test/examples/StyledMulti.tsx",
|
|
"test/examples/StyledSingle.tsx",
|
|
"test/examples/Theme.tsx"
|
|
]
|
|
}
|