aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4e6816430..1c1472aae 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,11 +20,11 @@
20 "exclude": [ 20 "exclude": [
21 "node_modules", 21 "node_modules",
22 "client", 22 "client",
23 "text1", 23 "test1",
24 "text2", 24 "test2",
25 "text3", 25 "test3",
26 "text4", 26 "test4",
27 "text5", 27 "test5",
28 "text6" 28 "test6"
29 ] 29 ]
30} 30}