3cx_tapi/tsconfig.json
2024-10-14 10:59:19 +02:00

11 lines
183 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "ESNext",
"target": "ES2022",
"allowJs": true,
"moduleResolution": "node"
}
}