tsconfig.json — vite Source File
Architecture documentation for tsconfig.json, a json file in the vite codebase.
Entity Profile
Source Code
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "vue",
"strict": true,
"verbatimModuleSyntax": true,
"noEmit": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"]
}
}
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/src/node/__tests__/fixtures/scan-jsx-runtime/tsconfig.json (directory: packages/vite/src/node/__tests__/fixtures/scan-jsx-runtime).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free