mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 01:58:54 +00:00
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"]
|
||
|
}
|