Rename json files
This commit is contained in:
17
libs/cpp-test/pxt.json
Normal file
17
libs/cpp-test/pxt.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cpp-test",
|
||||
"description": "Testing C++",
|
||||
"files": [
|
||||
"support.cpp",
|
||||
"hello.ts"
|
||||
],
|
||||
"public": true,
|
||||
"microbit": {
|
||||
"config": {
|
||||
"MICROBIT_BLE_ENABLED": "0"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"microbit": "file:../microbit"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user