platform/server/translate/tsconfig.json
Andrey Sobolev 72eb5564e1
Full text index rework (#2468)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-01-04 23:58:54 +06:00

9 lines
196 B
JSON

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