2026-04-27 19:19:33 -03:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2026-04-27 19:41:17 -03:00
|
|
|
"composite": true,
|
2026-04-27 19:19:33 -03:00
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
|
"types": ["node"],
|
2026-04-27 19:41:17 -03:00
|
|
|
"typeRoots": ["./node_modules/@types"],
|
2026-04-27 19:19:33 -03:00
|
|
|
"strict": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["prisma.config.ts"]
|
|
|
|
|
}
|