felia/apps/docs/tsconfig.json

12 lines
151 B
JSON
Raw Normal View History

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