tsconfig.json — ui Source File
Architecture documentation for tsconfig.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"exclude": [
"./cypress", "./cypress.config.ts"],
"include": [
"remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"types": ["vitest/globals"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"module": "CommonJS",
"moduleResolution": "node",
"resolveJsonModule": true,
"target": "ES2020",
"strict": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"paths": {
"~/*": ["./app/*"]
},
"skipLibCheck": true,
// Remix takes care of building everything in `remix build`.
"noEmit": true
}
}
Source
Frequently Asked Questions
What does tsconfig.json do?
tsconfig.json is a source file in the ui codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at packages/shadcn/test/fixtures/frameworks/remix-indie-stack/tsconfig.json (directory: packages/shadcn/test/fixtures/frameworks/remix-indie-stack).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free