summaryrefslogtreecommitdiffhomepage
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-03-29 01:10:24 +0800
committerLASER-Yi <[email protected]>2022-03-29 01:10:24 +0800
commit030a7045e03dc157cafa77d7103ddc5aea09bf53 (patch)
treef401559d30c82d33fe2c2d970f2154bf841ee611 /frontend/tsconfig.json
parent3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff (diff)
downloadbazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.tar.gz
bazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.zip
no log: Setup unit tests for UI
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index ace55124c..390e328e3 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -22,5 +22,5 @@
"@/*": ["./src/*"]
}
},
- "include": ["./src"]
+ "include": ["./src", "./test"]
}