2022-02-25 09:45:31 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"moduleResolution": "node",
|
2023-09-20 16:06:53 +02:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"jsx": "preserve"
|
2022-02-25 09:45:31 +01:00
|
|
|
}
|
|
|
|
}
|