@sebastbake/music-tempo
Version:
Finding out tempo of the music
16 lines (15 loc) • 335 B
JSON
{
"include": ["src"],
"exclude": ["node_modules", "**/*.spec.ts"],
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"baseUrl": ".",
"target": "ES2015",
"module": "ES2015",
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"declarationMap": false
}
}