mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
26 lines
542 B
JSON
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"
|
|
]
|
|
}
|