2021-06-08 21:27:45 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-09-23 11:09:27 -07:00
|
|
|
"target": "ES2020",
|
|
|
|
"noEmit": true,
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
2021-06-08 21:27:45 +02:00
|
|
|
}
|
|
|
|
}
|