mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-10 23:21:47 +00:00

Signed-off-by: Andrey Sobolev <haiodo@gmail.com> Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types",
|
|
"tsBuildInfoFile": ".build/build.tsbuildinfo",
|
|
"types": ["@cloudflare/workers-types", "jest"]
|
|
}
|
|
}
|