Home / File/ tsconfig.json — svelte Source File

tsconfig.json — svelte Source File

Architecture documentation for tsconfig.json, a json file in the svelte codebase.

Entity Profile

Source Code

{
	"compilerOptions": {
		"moduleResolution": "Bundler",
		"target": "ESNext",
		"module": "ESNext",
		"verbatimModuleSyntax": true,
		"isolatedModules": true,
		"resolveJsonModule": true,
		"sourceMap": true,
		"esModuleInterop": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true,
		"allowJs": true,
		"checkJs": true
	},
	"include": ["./run.js", "./utils.js", "./benchmarks"]
}

Frequently Asked Questions

What does tsconfig.json do?
tsconfig.json is a source file in the svelte codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at benchmarking/tsconfig.json (directory: benchmarking).

Analyze Your Own Codebase

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

Try Supermodel Free