mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./typings/*.d.ts",
|
|
"./lib/**/*.ts"
|
|
]
|
|
}
|