DefinitelyTyped/types/react-select/tsconfig.json
Nathan Shively-Sanders c8089e91d1
Trim tsconfig files; move untested files to OTHER_FILES.txt (#40676)
* Initial cut

* fix aos global reference

* fix clearbladejs global references

* fix cldr.js augmentations

* fix codemirror compile errors (maybe)

* fixup skipped files after merge

* fix dwt/v13

* add missing references to adone

* fix meteor (manually)

* fix rangy

* add missing file reference to react-blessed

* fix react-dom?

* bump codemirror to 3.2

* bump dwt to 3.2

* Add/remove OTHER_FILES.txt as needed.

* bump react-codemirror to 3.2

* add references to slickgrid tests

* add reference to strophe.js tests

* add reference to strophe+fix types

* add reference to waypoints test

* Bump others to 3.9

* remove incorrectly added file

* Use more explicit types reference paths

* bump strophejs-plugin-roster TS version
2019-11-26 12:47:30 -08:00

75 lines
2.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",
"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"
]
}