mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 04:54:40 +03:00
11 lines
220 B
JSON
11 lines
220 B
JSON
|
{
|
||
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"types": ["node"],
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|