mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
36f2353878
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"esModuleInterop": true,
|
|
"types": ["node"]
|
|
}
|
|
} |