diff options
| author | 2024-09-10 04:37:15 +0800 | |
|---|---|---|
| committer | 2024-09-10 04:37:15 +0800 | |
| commit | dc47286c90c8cd94813fcb82532679678494638b (patch) | |
| tree | 74a2ece2ae468927e315ef35c341efe922e965d2 /tsconfig.node.json | |
| parent | 9ec3a2965c0e25f230b397a01c3c8b0543e61956 (diff) | |
| download | HydroRollSite-dc47286c90c8cd94813fcb82532679678494638b.tar.gz HydroRollSite-dc47286c90c8cd94813fcb82532679678494638b.zip | |
refactor: migrate vite to farm
Diffstat (limited to 'tsconfig.node.json')
| -rw-r--r-- | tsconfig.node.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json index 9d31e2a..14cedaa 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -5,5 +5,7 @@ "moduleResolution": "Node", "allowSyntheticDefaultImports": true }, - "include": ["vite.config.ts"] + "include": [ + "farm.config.ts" + ] } |
