mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-08 01:52:50 +08:00
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom", // window.navigator
|
|
"es5",
|
|
"es2015.core", // Array.find
|
|
"es2015.promise", // Promise
|
|
"es2015.symbol.wellknown" // Map
|
|
],
|
|
"alwaysStrict": true,
|
|
"noEmitOnError": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"declaration": true
|
|
}
|
|
}
|