Files
2026-06-15 11:34:26 +00:00

11 lines
173 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
}
}