node-id3tag
Version:
Pure JavaScript ID3 Tag writer/reader
26 lines • 630 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"watch": true,
"target": "es2017",
"moduleResolution": "node",
"pretty": true,
"newLine": "LF",
"allowSyntheticDefaultImports": true,
"strict": true,
"strictPropertyInitialization": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"sourceMap": true,
"skipLibCheck": true,
"allowJs": true,
"jsx": "preserve"
},
"exclude": [
"node_modules",
"typings/browser.d.ts",
"typings/browser",
"example"
]
}