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": {
"noEmit": true,
"strictNullChecks": false,
"strictPropertyInitialization": false,
"exactOptionalPropertyTypes": false
},
"include": ["./test.ts"]
}
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 drizzle-orm/type-tests/singlestore/no-strict-null-checks/tsconfig.json (directory: drizzle-orm/type-tests/singlestore/no-strict-null-checks).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free