16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"include": ["api", "script", "*.config.*"],
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext",
|
|
"types": ["node"],
|
|
"lib": ["ESNext"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"isolatedModules": true,
|
|
"importHelpers": true
|
|
}
|
|
}
|