platform/models/all/tsconfig.json
Andrey Sobolev b9808cf4ea
Use latest git tag to set model version (#964)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-08 10:06:06 +01:00

11 lines
241 B
JSON

{
"extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"types": ["node"],
"esModuleInterop": true,
"resolveJsonModule": true
}
}