mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
eb68bb1a1a
Change-Type: patch
17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./lib/**/*.ts"
|
|
]
|
|
}
|