felia/apps/web/tsconfig.json

6 lines
126 B
JSON
Raw Normal View History

2022-11-15 17:03:19 +00:00
{
"extends": "tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}