ns-joycon
Version:
Extract data from connected Jon-Con of Nintendo Switch.
28 lines (27 loc) • 660 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitAny": true,
"noImplicitThis": true,
"sourceMap": true,
"baseUrl": "./",
"paths": {},
"outDir": "dist",
"rootDir": "src",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./types",
"typeRoots": [
"./node_modules/@types",
"./src/typings/**"
]
}
}