platform/dev/generator/tsconfig.json
Andrey Sobolev 36f2353878
Fake data generator (#594)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-12-10 10:47:54 +01:00

10 lines
213 B
JSON

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