felia/apps/name-generator/tsconfig.json

13 lines
205 B
JSON
Raw Permalink Normal View History

2022-12-02 22:42:02 +00:00
{
"extends": "../../tsconfig.json",
"exclude": [],
"include": [
"next-env.d.ts",
"node_modules/@acme/auth/next-auth.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.cjs",
"**/*.mjs"
]
}