11 lines
280 B
JSON
11 lines
280 B
JSON
|
{
|
||
|
"$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"]
|
||
|
}
|