UNPKG

node-shntool

Version:

Node interface to shntool (http://www.etree.org/shnutils/shntool/)

18 lines 273 B
{ "compilerOptions": { "module": "commonjs", "outDir": "dist", "sourceMap": true, "declaration": true, "target": "esnext", }, "include": [ "src/**/*.ts" ], "exclude": [ ".eslintrc.js" ], "lib": [ "ES2018" ] }