Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 915cbdfd07..c288f4a0ee 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -25,9 +25,7 @@
"mousetrap"
],
"paths": {
- "@/*": [
- "src/*"
- ]
+ "*": ["@types/*", "*"]
},
"lib": [
"esnext",