mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Create index.d.ts `react-addons-test-utils` package moved to `react-dom/test-utils. [Reference](https://facebook.github.io/react/docs/test-utils.html) Added missing function `isElement()`. Added jsdocs comments from react documentation. * Update index.d.ts * Added react-dom tests. * Fixed one function return. Added test-utils tests. * Remade structure. * Fixed header. * Remade from tsx -> ts. * Remade folder structure. * Moved to a single test file. * Updated header. * Added tslint.json. * Fixed index.d.ts * Removed trailing spaces. * no-redundant-modifiers index.d.ts fix. * Fixed tslint errors. * tslint extends dtslint/dt.json and fixed ReactTestUtils. * Fixed header version. * Removed consecutive blank line. * Removed JSDocs tags without description. * Fixed ReactDOM export as global.
25 lines
534 B
JSON
25 lines
534 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-dom-tests.ts",
|
|
"server/index.d.ts",
|
|
"test-utils/index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
} |