tsconfig.json — vite Source File
Architecture documentation for tsconfig.json, a json file in the vite codebase.
Entity Profile
Source Code
{
"extends": "./tsconfig.base.json",
"include": ["rolldown.config.ts", "rolldown.dts.config.ts", "scripts"],
"compilerOptions": {
"esModuleInterop": true,
"isolatedDeclarations": false,
"declaration": false,
"resolveJsonModule": true
}
}
Source
Frequently Asked Questions
What does tsconfig.json do?
tsconfig.json is a source file in the vite codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at packages/vite/tsconfig.json (directory: packages/vite).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free