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
+3
View File
@@ -0,0 +1,3 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="forever"></block>
</xml>
+1
View File
@@ -0,0 +1 @@
+12
View File
@@ -0,0 +1,12 @@
{
"name": "{0}",
"dependencies": {
"ev3": "file:../ev3"
},
"description": "",
"files": [
"main.blocks",
"main.ts",
"README.md"
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
}
}