diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-03 11:19:15 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-04 13:16:38 +0200 |
| commit | a4ed99a370930b1a0c0f065906ed99c15a015fd4 (patch) | |
| tree | 36dbc74e78d24fea7cf58c13e0ecbc929f9f18f7 /jsconfig.json | |
| parent | b03ee7032b2ea2d4d22ab7ec1346b7c9331cfc17 (diff) | |
| download | housing-a4ed99a370930b1a0c0f065906ed99c15a015fd4.tar.zst | |
Update documentation
Diffstat (limited to '')
| -rw-r--r-- | jsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json index dbb9809..cd0a987 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -28,7 +28,7 @@ "target": "esnext" }, "html.format.enable": false, - "include": ["app/*.js", "server.js"], + "include": ["app/*.js"], "javascript.format.enable": false, "json.format.enable": false, "typescript.format.enable": false |
