DefinitelyTyped/types/react-with-styles/tsconfig.json
Mohsen Azimi f47f8eeea9 Add types for react-with-styles (#38335)
* Add typings for react-with-styles

* Add typings for react-with-styles

* Add typings for react-with-styles

* fix header

* Fix issues
2019-09-16 12:32:59 -07:00

25 lines
535 B
JSON

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