Files
huly-platform/templates/ui/tsconfig.json
T
2022-04-18 17:28:18 +07:00

8 lines
184 B
JSON

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