chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make-release: Add a checklist entry for cargo audit
[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
}