18 lines
345 B
JSON
18 lines
345 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"target": "ES2021",
|
||
|
"module": "CommonJS",
|
||
|
"declaration": true,
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"."
|
||
|
],
|
||
|
"exclude": [
|
||
|
"prisma",
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|