mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
fb1dce9dbb
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots" : [
|
|
"../node_modules/@types",
|
|
"../typings"
|
|
]
|
|
}
|
|
}
|