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
30 lines
705 B
JSON
30 lines
705 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"experimental.d.ts",
|
|
"test/react-dom-tests.tsx",
|
|
"test/experimental-tests.tsx",
|
|
"server/index.d.ts",
|
|
"node-stream/index.d.ts",
|
|
"test-utils/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
}
|
|
} |