platform/plugins/recruit/tsconfig.json
Andrey Platov f67908b5b4
add recruit
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-07 19:03:06 +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"]
}
}