|
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "create-t3-app",
|
|
"extends": "./nextjs.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs"],
|
|
"exclude": ["node_modules"],
|
|
}
|