mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
10 lines
220 B
JSON
10 lines
220 B
JSON
|
{
|
||
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2019",
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|