SIGN IN SIGN UP

JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.

0 0 0 TypeScript
2022-03-01 09:31:09 +00:00
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"resolveJsonModule": true,
"target": "ES2019",
"strict": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
"skipDefaultLibCheck": true,
"skipLibCheck": true,
2022-03-01 09:31:09 +00:00
// Remix takes care of building everything in `remix build`.
"noEmit": true
}
}