mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +00:00
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2019",
|
|
"typeRoots": ["./node_modules/@types", "./typings"],
|
|
"module": "commonjs",
|
|
"lib": ["dom", "esnext"],
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"jsx": "react",
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|