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