5a6f96af69
* fix bug * Fixed an issue where the Game of Life menu item was not appearing (#497) * Starting on dapjs flashing * Adding dapjs * Connected * Flashing works * Double buffer flashing * Add SHA computation function * Run SHA code * Swap SHA for murmur+crc * Switch to dual murmur3 * Partial flashing works * Remove unused code * Move flashing code to external/sha * Fix whitespace * Cleanup binary genration scripts * Add docs for hid flashing * bump pxt-core to 0.12.132,
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"declaration": true,
|
|
"out": "../built/editor.js",
|
|
"rootDir": ".",
|
|
"newLine": "LF",
|
|
"sourceMap": false
|
|
},
|
|
"prepend": ["../external/dapjs.js"]
|
|
}
|