Add blocksprj

This commit is contained in:
Michal Moskal
2017-07-06 19:50:19 +01:00
parent 31b0fb8850
commit 6fb7908b21
5 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
}
}