mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
913849af82
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
12 lines
311 B
JSON
12 lines
311 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"],
|
|
"lib": ["esnext"]
|
|
}
|
|
} |