tsconfig.json — drizzle-orm Source File
Architecture documentation for tsconfig.json, a json file in the drizzle-orm codebase.
Entity Profile
Source Code
{
"extends": "../tsconfig.json",
"compilerOptions": {
"checkJs": false,
"noEmit": true,
"paths": {
"~/*": ["./tests/*"]
}
},
"include": ["tests", "type-tests"],
"exclude": ["**/playground", "**/.sst", "tests/prisma/*/client/**/*.js"]
}
Source
Frequently Asked Questions
What does tsconfig.json do?
tsconfig.json is a source file in the drizzle-orm codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at integration-tests/tsconfig.json (directory: integration-tests).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free