platform/server/chunter-resources/tsconfig.json
Andrey Platov 5ce8370a63
initial MongoStorage implementation
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-18 21:46:59 +02:00

8 lines
161 B
JSON

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