pxt-ev3/libs/tsconfig.json
2017-12-15 14:29:31 -08:00

12 lines
223 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"types": []
}
}