13 lines
205 B
JSON
13 lines
205 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"exclude": [],
|
||
|
"include": [
|
||
|
"next-env.d.ts",
|
||
|
"node_modules/@acme/auth/next-auth.d.ts",
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx",
|
||
|
"**/*.cjs",
|
||
|
"**/*.mjs"
|
||
|
]
|
||
|
}
|