mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-28 17:48:52 +00:00
819e184095
Change-type: patch
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2019",
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|