diff options
| author | Max Nanis | 2025-06-26 16:46:35 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-26 16:46:35 +0700 |
| commit | 6043bd09c33cc89e39b2ad17ecc5f33eda67f10b (patch) | |
| tree | 3a8f18371829aeaef8639f85531196b4015e1de1 /tsconfig.json | |
| parent | 80539188ef6814b4202d677d62b761bd5b670574 (diff) | |
| download | panel-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.json | 2 |
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/*" ] } } |
