2023-03-13 08:24:20 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2024-06-05 15:12:48 +02:00
|
|
|
"target": "esnext",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2023-03-13 08:24:20 +00:00
|
|
|
"esModuleInterop": true,
|
2024-06-05 15:12:48 +02:00
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
2023-03-13 08:24:20 +00:00
|
|
|
"resolveJsonModule": true,
|
2024-06-05 15:12:48 +02:00
|
|
|
"isolatedModules": true,
|
|
|
|
|
"incremental": true
|
2023-03-13 08:24:20 +00:00
|
|
|
}
|
|
|
|
|
}
|