pxt-ev3/editor/tsconfig.json

12 lines
267 B
JSON
Raw Normal View History

2017-07-06 18:34:31 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
}
}