platform/plugins/task/tsconfig.json
Andrey Platov 5e6544c943
add view and task
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 08:34:28 +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"]
}
}