1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-gpio.git synced 2025-04-02 03:15:19 +00:00
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
}
}