felia/packages/api/tsconfig.json

10 lines
153 B
JSON
Raw Permalink Normal View History

2022-12-01 08:32:38 +00:00
{
"extends": "../../tsconfig.json",
"include": [
"src",
"index.ts",
"transformer.ts",
"node_modules/@acme/auth/next-auth.d.ts"
]
}