18 lines
304 B
JSON
18 lines
304 B
JSON
|
{
|
||
|
"name": "cpp-test",
|
||
|
"description": "Testing C++",
|
||
|
"files": [
|
||
|
"support.cpp",
|
||
|
"hello.ts"
|
||
|
],
|
||
|
"public": true,
|
||
|
"microbit": {
|
||
|
"config": {
|
||
|
"MICROBIT_BLE_ENABLED": "0"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"core": "file:../microbit"
|
||
|
}
|
||
|
}
|