mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
6daed83d88
Change-Type: patch
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../typings/*.d.ts"
|
|
]
|
|
}
|