{ "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 } }