mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
23641ac365
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"lib": ["esnext", "dom"],
|
|
"esModuleInterop": true
|
|
}
|
|
} |