mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-21 22:07:18 +00:00

Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es2019",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"typeRoots": ["./node_modules/@types", "./typings"]
|
|
}
|
|
}
|