platform/packages/text/tsconfig.json
Alexander Onnikov 2c585b2ecd
UBER-769 Implement backlinks in server plugin (#3626)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-08-24 22:53:18 +07:00

8 lines
167 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
}
}