3cx_tapi/tsconfig.json

11 lines
183 B
JSON
Raw Permalink Normal View History

2020-11-04 22:59:32 +01:00
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
2024-10-14 10:59:19 +02:00
"module": "ESNext",
"target": "ES2022",
2020-11-04 22:59:32 +01:00
"allowJs": true,
"moduleResolution": "node"
}
}