pxt-ev3/cmds/tsconfig.json

15 lines
318 B
JSON
Raw Permalink Normal View History

2017-06-29 16:47:26 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"outDir": "../built",
"module": "commonjs",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"types": ["node"]
2017-06-29 16:47:26 +02:00
}
}