Files
2026-02-23 12:47:15 +00:00

11 lines
206 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}