Files
cyauto/tsconfig.json
2026-02-20 22:05:03 +01:00

10 lines
155 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"lib": ["ES2017"],
"types": ["node"],
"esModuleInterop": true
}
}