ea2361792f
* Fix for https://github.com/Microsoft/pxt-microbit/issues/1929 * bump pxt * updated docs * fix default values * moving dialogs to react * moving to react * typo * typo
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"isolatedModules": false,
|
|
"outDir": "../built/editor",
|
|
"rootDir": ".",
|
|
"newLine": "LF",
|
|
"sourceMap": false,
|
|
"jsx": "react"
|
|
},
|
|
"prepend": ["../external/dapjs.js"]
|
|
}
|