chiark / gitweb /
at: impl PieceSpecForOp for ()
[otter.git] / tsconfig.json
1 // Copyright 2020-2021 Ian Jackson and contributors to Otter
2 // SPDX-License-Identifier: AGPL-3.0-or-later
3 // There is NO WARRANTY.
4 {
5     "compilerOptions": {
6         "lib": [
7             "es2015",
8             "dom"
9         ],
10         "strict": true,
11         "target": "es2015",
12         "removeComments": false,
13     },
14     "files": "--substituted by Makefile--",
15 }