PromucFlow_constructor/app/rts/tsconfig.json
Nayan 09eff23479
feat: [Feature] Added release version api for clients and RTS (#8324)
Added a new event in RTS when new version is deployed. After receiving this event, client will show a prompt to refresh.
2021-10-29 15:52:21 +06:00

13 lines
208 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"esModuleInterop": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"allowJs": true
},
"lib": ["es2015"]
}