mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
ba8ab45dc2
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["node"]
|
|
}
|
|
} |