mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 21:07:18 +00:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "react",
|
|
"typeRoots": ["./node_modules/@types", "./typings"]
|
|
}
|
|
}
|