2026-08-04 02:09:54 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"lib": [
|
|
|
|
|
"esnext"
|
|
|
|
|
],
|
|
|
|
|
"types": [],
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
2026-08-04 10:30:39 +02:00
|
|
|
"outDir": "out"
|
2026-08-04 02:09:54 +02:00
|
|
|
}
|
|
|
|
|
}
|