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