platform/server/front/tsconfig.json
Andrey Platov a30c08bd9d
initial front implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-28 22:31:45 +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
}
}