aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMax Nanis2025-06-26 16:46:35 +0700
committerMax Nanis2025-06-26 16:46:35 +0700
commit6043bd09c33cc89e39b2ad17ecc5f33eda67f10b (patch)
tree3a8f18371829aeaef8639f85531196b4015e1de1 /tsconfig.json
parent80539188ef6814b4202d677d62b761bd5b670574 (diff)
downloadpanel-ui-6043bd09c33cc89e39b2ad17ecc5f33eda67f10b.tar.gz
panel-ui-6043bd09c33cc89e39b2ad17ecc5f33eda67f10b.zip
Basic jest tests working for building on Jenkins
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index bdddda8..fb0f824 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -19,7 +19,7 @@
"baseUrl": ".",
"paths": {
"@/*": [
- "./src/*"
+ "src/*", "tests/*"
]
}
}