aboutsummaryrefslogtreecommitdiff
path: root/modern/jsconfig.json
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-05-05 00:00:31 -0500
committerIván Ávalos <avalos@disroot.org>2022-05-05 00:00:31 -0500
commita57390425913896128b2472ae95e1504c521422f (patch)
tree6699282737e0e2db2f1517e099c080f5b096156b /modern/jsconfig.json
parent7f7c56cbb4ecf1d3f3657283cbe7de2637504fff (diff)
downloadetbsa-traccar-web-a57390425913896128b2472ae95e1504c521422f.tar.gz
etbsa-traccar-web-a57390425913896128b2472ae95e1504c521422f.tar.bz2
etbsa-traccar-web-a57390425913896128b2472ae95e1504c521422f.zip
Geofences now center when clicked in /geofences
Diffstat (limited to 'modern/jsconfig.json')
-rw-r--r--modern/jsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/modern/jsconfig.json b/modern/jsconfig.json
new file mode 100644
index 0000000..56c62bf
--- /dev/null
+++ b/modern/jsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "~/*": ["src/*"]
+ }
+ }
+}