vvk/tsconfig.json
2025-02-25 12:59:32 -06:00

10 lines
153 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
}
}