esptool-js-openDTU/tsconfig.json

12 lines
255 B
JSON
Raw Normal View History

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