node-web-i2c/tsconfig.json

14 lines
288 B
JSON
Raw Permalink Normal View History

2019-10-18 03:23:29 +09:00
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
2020-02-12 02:13:00 +09:00
"strict": true,
2020-02-12 02:41:06 +09:00
"noFallthroughCasesInSwitch": true,
2019-10-18 03:23:29 +09:00
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}