platform/packages/model/tsconfig.json

11 lines
250 B
JSON
Raw Normal View History

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