tsconfig.node.json — ui Source File
Architecture documentation for tsconfig.node.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["vite.config.ts"]
}
Source
Frequently Asked Questions
What does tsconfig.node.json do?
tsconfig.node.json is a source file in the ui codebase, written in json.
Where is tsconfig.node.json in the architecture?
tsconfig.node.json is located at packages/shadcn/test/fixtures/vite-with-tailwind/tsconfig.node.json (directory: packages/shadcn/test/fixtures/vite-with-tailwind).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free