diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 17:51:43 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 17:51:43 +0800 |
| commit | 717cec66cd192fc477ea2c5b31e0ca43cbb44a9c (patch) | |
| tree | 9c178b88e37cc7ca05bd6d2f79513a3317bb0da7 | |
| parent | 45d2b6ad1d490817edb98df933779b19753a2e48 (diff) | |
| download | wave-717cec66cd192fc477ea2c5b31e0ca43cbb44a9c.tar.gz wave-717cec66cd192fc477ea2c5b31e0ca43cbb44a9c.zip | |
specify compile files
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6d53b39..9ba1bc1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,6 @@ "./node_modules/@types", "./node_modules/miniprogram-api-typings" ] - } + }, + "include": ["src/**/*.ts"], } |
