tsconfig.json — tailwindcss Source File
Architecture documentation for tsconfig.json, a json file in the tailwindcss codebase.
Entity Profile
Source Code
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next",
},
],
"paths": {
"@/*": ["./*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"],
}
Source
Frequently Asked Questions
What does tsconfig.json do?
tsconfig.json is a source file in the tailwindcss codebase, written in json.
Where is tsconfig.json in the architecture?
tsconfig.json is located at playgrounds/v3/tsconfig.json (directory: playgrounds/v3).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free