UNPKG

@signalk/charts-plugin

Version:

Signal K plugin to provide chart support for Signal K server

18 lines (17 loc) 289 B
{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "src", "noUnusedLocals": false, "noUnusedParameters": false }, "include": ["src/**/*"], "exclude": [ "node_modules", "plugin", "coverage", "reports", ".stryker-tmp", "test" ] }