platform/server/account/tsconfig.json
Andrey Sobolev 76e71712e6
TSK-1237: Improve full text indexer (#3025)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-04-20 17:11:22 +07:00

9 lines
168 B
JSON

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