same comment as in #11560, #11831, #11226: > In `src/index.ts` I see four more errors in my IDE that don't appear when I run the typecheck in the CLI with `tsc --noEmit`.
15 lines
191 B
JSON
15 lines
191 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [
|
|
{
|
|
"path": "../payload"
|
|
},
|
|
{
|
|
"path": "../translations"
|
|
},
|
|
{
|
|
"path": "../drizzle"
|
|
}
|
|
]
|
|
}
|