lunchpad
Version:
interface for the novation launchpad mini, for node and the browser
43 lines (42 loc) • 943 B
JSON
{
"compileOnSave": false,
"buildOnSave": false,
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
],
"typeAcquisition": {
"enable": false
},
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"src/*",
"*"
]
},
"outDir": "./dist/",
"diagnostics": false,
"sourceMap": true,
"alwaysStrict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"pretty": true,
"target": "es2018",
"module": "CommonJS",
"removeComments": false,
"preserveConstEnums": true,
"declaration": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"allowSyntheticDefaultImports": true,
"traceResolution": false,
}
}