felia/packages/tsconfig/t3.json

11 lines
282 B
JSON
Raw Normal View History

2022-11-15 18:00:28 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "create-t3-app",
"extends": "./nextjs.json",
"compilerOptions": {
2022-11-15 22:32:21 +00:00
"declaration": false,
2022-11-15 18:00:28 +00:00
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs"],
2022-11-15 22:32:21 +00:00
"exclude": ["node_modules"],
2022-11-15 18:00:28 +00:00
}