Home / File/ tsconfig.json — drizzle-orm Source File

tsconfig.json — drizzle-orm Source File

Architecture documentation for tsconfig.json, a json file in the drizzle-orm codebase.

Entity Profile

Source Code

{
	"compilerOptions": {
		"useDefineForClassFields": true,
		"module": "nodenext",
		"target": "es2022",
		"moduleResolution": "node16",
		"skipLibCheck": true,
		"allowImportingTsExtensions": true,
		"moduleDetection": "force",
		"noEmit": true,
		"strict": true,
		"noUnusedLocals": true,
		"noUnusedParameters": true,
		"noFallthroughCasesInSwitch": true,
		"noUncheckedSideEffectImports": true
	},
	"noEmit": true,
	"include": ["./*.ts"]
}

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/type-tests/join-nodenext/tsconfig.json (directory: integration-tests/type-tests/join-nodenext).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free