2022-01-06 09:40:56 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-06-07 08:49:12 +02:00
|
|
|
"target": "es5",
|
2022-01-06 09:40:56 +01:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
2022-06-07 08:49:12 +02:00
|
|
|
"module": "ESNext",
|
2022-01-06 09:40:56 +01:00
|
|
|
"declaration": true,
|
2022-06-07 08:49:12 +02:00
|
|
|
"declarationDir": "types",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"emitDeclarationOnly": true
|
2022-01-06 09:40:56 +01:00
|
|
|
}
|
|
|
|
}
|