summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-24 10:00:19 +0800
committerLi Zhineng <[email protected]>2025-07-24 10:00:19 +0800
commit58b7c54a209a6eb42d5f7dfc64d729e90907da81 (patch)
treee2925b776b20bf8b1fae17160d649d8c9685600f /tsconfig.build.json
parent85e04f4bd25d65aaba7067440d80744964507ae9 (diff)
downloadwave-58b7c54a209a6eb42d5f7dfc64d729e90907da81.tar.gz
wave-58b7c54a209a6eb42d5f7dfc64d729e90907da81.zip
separate tsconfig for IDE support and build
Diffstat (limited to 'tsconfig.build.json')
-rw-r--r--tsconfig.build.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsconfig.build.json b/tsconfig.build.json
new file mode 100644
index 0000000..b90fc83
--- /dev/null
+++ b/tsconfig.build.json
@@ -0,0 +1,4 @@
+{
+ "extends": "./tsconfig.json",
+ "include": ["src"]
+}