esptool-js-openDTU/tsconfig.json
Brian Ignacio 24e047581f first attempt to re write in typescript
add readme

add lint fix flash
2022-11-25 18:49:01 +08:00

12 lines
255 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"declaration": true,
"allowSyntheticDefaultImports": true,
"outDir": "./lib",
"moduleResolution": "node",
"lib": ["ES2020", "DOM"]
},
"include": ["src/**/*"]
}