mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react] declare experimental APIs * [react] add jsdoc to experimental APIs based on the new Concurrent Mode docs * [react-dom] add declarations for experimental APIs * [react-dom, react] Add more documentation * [react-dom] fix compatibility with older typescript * [react-dom] fix file layout for CI * [react-dom] remove feature that was removed, add missing experimental feature * [react] don't try to guard against bug that will be fixed
31 lines
697 B
JSON
31 lines
697 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"experimental.d.ts",
|
|
"test/index.ts",
|
|
"test/tsx.tsx",
|
|
"test/cssProperties.tsx",
|
|
"test/managedAttributes.tsx",
|
|
"test/hooks.tsx",
|
|
"test/experimental.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
}
|
|
}
|