etcher/tsconfig.json
Alexis Svinartchouk a3322e9fd7 Set module: es2015 in tsconfig.json
Changelog-entry: Set module: es2015 in tsconfig.json
Change-type: patch
2020-08-18 14:05:18 +02:00

11 lines
218 B
JSON

{
"compilerOptions": {
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"jsx": "react",
"typeRoots": ["./node_modules/@types", "./typings"]
}
}