platform/models/all/tsconfig.json

9 lines
181 B
JSON
Raw Normal View History

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