Files
Livebeat/backend/tsconfig.json
Mondei1 533749c7c8 Notification system enhanced
- Base for notifcation center
- Show text in map if no data is available
2020-11-21 14:11:26 +01:00

11 lines
245 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020"],
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"forceConsistentCasingInFileNames": true
}
}