pxt-ev3/editor/tsconfig.json

14 lines
344 B
JSON
Raw Normal View History

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