platform/plugins/workbench/tsconfig.json
Andrey Platov c3737b1f0f
add presentation and workbench (do not compile)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-06 10:31:17 +02:00

9 lines
191 B
JSON

{
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"lib": ["esnext", "dom"]
}
}