2024-03-11 15:21:10 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2022",
|
|
|
|
"module": "es2022",
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"lib": [
|
|
|
|
"es2022"
|
2024-03-17 12:12:28 +01:00
|
|
|
],
|
2024-09-12 12:52:03 +02:00
|
|
|
"noEmit": true,
|
|
|
|
"skipLibCheck": true
|
2024-03-11 15:21:10 +01:00
|
|
|
}
|
|
|
|
}
|