Files
huly-platform/models/telegram/tsconfig.json
T
2023-10-07 16:38:21 +06:00

8 lines
165 B
JSON

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