platform/server/contrib/tsconfig.json
Andrey Platov d764d18a4a
introduce "contributing" client
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-28 09:47:05 +02:00

10 lines
214 B
JSON

{
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"rootDir": "./src",
"outDir": "./lib",
"esModuleInterop": true
}
}