10 lines
153 B
JSON
10 lines
153 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": [
|
||
|
"src",
|
||
|
"index.ts",
|
||
|
"transformer.ts",
|
||
|
"node_modules/@acme/auth/next-auth.d.ts"
|
||
|
]
|
||
|
}
|