2023-06-27 19:38:28 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2020",
|
|
|
|
"module": "commonjs",
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"removeComments": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": true,
|
2023-06-28 14:19:07 +02:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs"
|
|
|
|
}
|
2023-06-27 19:38:28 +02:00
|
|
|
}
|
|
|
|
}
|