DefinitelyTyped/types/material-ui/tsconfig.json
Daniel Rosenwasser 48561aeea5
Merge pull request #23531 from skywhale/fixdialog
Add missing properties to material-ui/DialogProps.
2018-02-24 00:31:32 -08:00

27 lines
579 B
JSON

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