22 lines
409 B
JSON
22 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
|
|
"module": "NodeNext",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
|
|
"lib": ["ESNext"]
|
|
}
|
|
}
|