diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 21:15:21 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 21:15:21 +0800 |
| commit | b2584c0e805476a971d24e22350caf3875b42dd0 (patch) | |
| tree | 258f2679b2d2aa85802ee6284e5faf0ad45f562b /tsconfig.json | |
| parent | 2f6bfbcaff5b35d9fd14563f1e2892dbf040646e (diff) | |
| download | wave-b2584c0e805476a971d24e22350caf3875b42dd0.tar.gz wave-b2584c0e805476a971d24e22350caf3875b42dd0.zip | |
test types
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
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"] } |
