summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-23 21:15:21 +0800
committerLi Zhineng <[email protected]>2025-07-23 21:15:21 +0800
commitb2584c0e805476a971d24e22350caf3875b42dd0 (patch)
tree258f2679b2d2aa85802ee6284e5faf0ad45f562b /tsconfig.json
parent2f6bfbcaff5b35d9fd14563f1e2892dbf040646e (diff)
downloadwave-b2584c0e805476a971d24e22350caf3875b42dd0.tar.gz
wave-b2584c0e805476a971d24e22350caf3875b42dd0.zip
test types
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d5c5877..6b51bae 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,5 +15,6 @@
"./node_modules/miniprogram-api-typings"
]
},
- "include": ["src/**/*.ts"]
+ "include": ["src"],
+ "exclude": ["*.test.ts", "*.test-d.ts"]
}