mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
6369e3f093
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"declarationDir": "./types"
|
|
}
|
|
} |