mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-09 20:35:48 +00:00
916c499af3
Signed-off-by: Petr Vyazovetskiy <develop.pit@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",
|
|
"types": ["node", "jest"],
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo"
|
|
}
|
|
}
|