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

0
libs/blocksprj/README.md Normal file
View File

View File

@ -0,0 +1,3 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="forever"></block>
</xml>

1
libs/blocksprj/main.ts Normal file
View File

@ -0,0 +1 @@

12
libs/blocksprj/pxt.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "{0}",
"dependencies": {
"ev3": "file:../ev3"
},
"description": "",
"files": [
"main.blocks",
"main.ts",
"README.md"
]
}

View File

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