Files
DefinitelyTyped/material-ui/tsconfig.json
2016-06-30 15:14:49 -07:00

20 lines
448 B
JSON

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