node-web-gpio/tsconfig.json

15 lines
310 B
JSON
Raw Permalink Normal View History

2019-10-13 02:13:19 +09:00
{
"compilerOptions": {
2020-09-03 18:33:42 +09:00
"outDir": "dist",
2019-10-13 02:13:19 +09:00
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"strict": true,
2020-02-12 02:37:40 +09:00
"noFallthroughCasesInSwitch": true,
2019-10-13 02:13:19 +09:00
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}