mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +00:00
18 lines
442 B
JSON
18 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"typeRoots": ["./node_modules/@types", "./typings"],
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["lib/util"]
|
|
}
|