26036e4b28
* properly log exception * report more error paths * tweak dialogs * move dapjs to prepend folder * bump pxt
18 lines
424 B
JSON
18 lines
424 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"
|
|
}
|
|
}
|