DefinitelyTyped/material-ui/tsconfig.json
2016-05-10 12:24:49 -07:00

19 lines
404 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
}
}