tsconfig.json — ui Source File
Architecture documentation for tsconfig.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"paths": {
"~/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
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/next-pages/tsconfig.json (directory: packages/shadcn/test/fixtures/frameworks/next-pages).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free