platform/plugins/automation-resources/tsconfig.json

8 lines
162 B
JSON
Raw Normal View History

2022-06-23 08:54:58 +00:00
{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
2022-06-23 08:54:58 +00:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
2022-06-23 08:54:58 +00:00
}
}