DefinitelyTyped/types/react-primitives/tsconfig.json
Ahmed Ghoneim 566e039485 Add Types for react-primitives (#26973)
* add types for react-primitives

* Add new lines

* remove custom linting rules
2018-07-02 21:07:31 -07:00

21 lines
478 B
JSON

{
"files": [
"index.d.ts",
"react-primitives-tests.tsx"
],
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"jsx": "react",
"baseUrl": "../",
"typeRoots": ["../"],
"types": []
}
}