{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "jsx": "react", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "test/index.tsx", "test/webpack.ts", "test/imports/no-default.tsx", "test/imports/with-default.tsx" ] }