wesleytabaka-rpi-led-matrix
Version:
Fork of alexeden/rpi-led-matrix. Node.js/Typescript bindings for hzeller/rpi-rgb-led-matrix
32 lines (31 loc) • 747 B
JSON
{
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": false,
"alwaysStrict": true,
"diagnostics": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": false,
"lib": [ "esnext" ],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"sourceMap": false,
"strictNullChecks": true,
"strict": true,
"suppressImplicitAnyIndexErrors": false,
"strictPropertyInitialization": true,
"types": [
"node"
],
"target": "esnext"
},
"exclude": [
"node_modules"
]
}