Move templates to directly under libs/ (#303)
This commit is contained in:
committed by
Peli de Halleux
parent
e5dc046fcc
commit
349a385f97
0
libs/tsprj/README.md
Normal file
0
libs/tsprj/README.md
Normal file
7
libs/tsprj/main.ts
Normal file
7
libs/tsprj/main.ts
Normal file
@ -0,0 +1,7 @@
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
. # . # .
|
||||
. . . . .
|
||||
# . . . #
|
||||
. # # # .
|
||||
`);
|
12
libs/tsprj/pxt.json
Normal file
12
libs/tsprj/pxt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "{0} bit",
|
||||
"dependencies": {
|
||||
"core": "file:../core",
|
||||
"radio": "file:../radio"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
||||
"main.ts",
|
||||
"README.md"
|
||||
]
|
||||
}
|
8
libs/tsprj/tsconfig.json
Normal file
8
libs/tsprj/tsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"noImplicitAny": true,
|
||||
"outDir": "built",
|
||||
"rootDir": "."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user