felia/apps/about-me/tsconfig.json

6 lines
150 B
JSON
Raw Normal View History

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