platform/plugins/workbench-assets/tsconfig.json
Andrey Sobolev 15612f87bf
Workbench fixes
Workbench fixes

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-29 17:57:37 +07:00

15 lines
254 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}