summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-19 06:40:16 -0700
committer8cy <[email protected]>2020-04-19 06:40:16 -0700
commited6e347bbcce356bde0cfeba498dab3d39a6c946 (patch)
tree419225e81e9a3967ccf6f385a6e1c9c204d0b19c /tsconfig.json
parentlink favi, v7.2.4 (diff)
downloaddep-core-test-2b2t.tar.xz
dep-core-test-2b2t.zip
fix on a rainy day, added most of the supporttest-2b2t
issue, TypeError: Cannot read property 'end' of undefined when trying to stop
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 a408deb..142d8b0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -65,6 +65,6 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
- "./src/**/*"
+ "./src/**/*", "2b2w"
]
}