platform/plugins/support-assets/tsconfig.json
Alexander Onnikov 2a26b85a6a
UBER-690 Intercom integration (#3577)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-08-17 12:38:10 +07:00

18 lines
341 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "commonjs",
"sourceMap": true,
"types": ["node", "heft-jest"],
"declaration": true,
"outDir": "./lib",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}