DefinitelyTyped/types/fundamental-react/tsconfig.json
Sam Kvale e752586b66 fundamental-react: Update to 0.8.0 props (#41027)
* feat(fundamental-react): Update to 0.8.0 props

* feat(fundamental-react): Lint fixes

* feat(fundamental-react): Tiles to 0.8.0

* feat(fundamental-react): Time/TimePicker -> 0.8.0

* feat(fundamental-react): Remove unused files

* feat(fundamental-react): Maintain consistency with React.FunctionalComponent
2019-12-16 12:04:43 +00:00

26 lines
542 B
JSON

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