12 lines
No EOL
260 B
JSON
12 lines
No EOL
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node"],
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"strict": true
|
|
},
|
|
"include": ["prisma.config.ts"]
|
|
} |