Own implementation of music

This commit is contained in:
Michal Moskal
2017-07-11 16:44:35 +02:00
parent ad5d5daee5
commit 02e45762b4
4 changed files with 63 additions and 7 deletions

9
libs/music/tsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}