DefinitelyTyped/types/material-ui/tsconfig.json
2017-03-24 14:27:52 -07:00

25 lines
540 B
JSON

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