node-web-gpio/tsconfig.json

14 lines
310 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}