diff options
| author | Li Zhineng <[email protected]> | 2025-07-24 10:00:19 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-24 10:00:19 +0800 |
| commit | 58b7c54a209a6eb42d5f7dfc64d729e90907da81 (patch) | |
| tree | e2925b776b20bf8b1fae17160d649d8c9685600f /tsconfig.json | |
| parent | 85e04f4bd25d65aaba7067440d80744964507ae9 (diff) | |
| download | wave-58b7c54a209a6eb42d5f7dfc64d729e90907da81.tar.gz wave-58b7c54a209a6eb42d5f7dfc64d729e90907da81.zip | |
separate tsconfig for IDE support and build
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6b51bae..9a1c0e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,5 @@ "./node_modules/miniprogram-api-typings" ] }, - "include": ["src"], - "exclude": ["*.test.ts", "*.test-d.ts"] + "include": ["src", "tests"] } |
