create-guilded-bot/apps/web/tsconfig.json

6 lines
126 B
JSON
Raw Normal View History

2022-11-18 14:00:40 +05:30
{
"extends": "tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}