summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-23 17:51:43 +0800
committerLi Zhineng <[email protected]>2025-07-23 17:51:43 +0800
commit717cec66cd192fc477ea2c5b31e0ca43cbb44a9c (patch)
tree9c178b88e37cc7ca05bd6d2f79513a3317bb0da7 /tsconfig.json
parent45d2b6ad1d490817edb98df933779b19753a2e48 (diff)
downloadwave-717cec66cd192fc477ea2c5b31e0ca43cbb44a9c.tar.gz
wave-717cec66cd192fc477ea2c5b31e0ca43cbb44a9c.zip
specify compile files
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 6d53b39..9ba1bc1 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,5 +14,6 @@
"./node_modules/@types",
"./node_modules/miniprogram-api-typings"
]
- }
+ },
+ "include": ["src/**/*.ts"],
}