Add blocksprj
This commit is contained in:
parent
31b0fb8850
commit
6fb7908b21
0
libs/blocksprj/README.md
Normal file
0
libs/blocksprj/README.md
Normal file
3
libs/blocksprj/main.blocks
Normal file
3
libs/blocksprj/main.blocks
Normal 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
1
libs/blocksprj/main.ts
Normal file
@ -0,0 +1 @@
|
||||
|
12
libs/blocksprj/pxt.json
Normal file
12
libs/blocksprj/pxt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "{0}",
|
||||
"dependencies": {
|
||||
"ev3": "file:../ev3"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
||||
"main.blocks",
|
||||
"main.ts",
|
||||
"README.md"
|
||||
]
|
||||
}
|
8
libs/blocksprj/tsconfig.json
Normal file
8
libs/blocksprj/tsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"noImplicitAny": true,
|
||||
"outDir": "built",
|
||||
"rootDir": "."
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user