chiark / gitweb /
changelog: document further make-release changes
[otter.git] / tsconfig.json
index de9dc7cf0b4485cd268b76428f3550d145853897..626d7f4a1b0656d2b67226bc817ae0e3736f10d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2020 Ian Jackson
+// Copyright 2020-2021 Ian Jackson and contributors to Otter
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 {
@@ -8,6 +8,8 @@
             "dom"
         ],
         "strict": true,
-        "target": "es2015"
-    }
+        "target": "es2015",
+        "removeComments": false,
+    },
+    "files": "--substituted by Makefile--",
 }