2024-01-12 13:36:27 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": true,
|
2024-02-01 23:55:21 +01:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "build",
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
"lib": ["esnext"]
|
2024-01-12 13:36:27 +01:00
|
|
|
}
|
|
|
|
}
|