Files
huly-platform/server/server/tsconfig.json
T
Andrey Platov 63ba826b3e add server base
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 21:02:59 +02:00

9 lines
190 B
JSON

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