pxt-ev3/sim/tsconfig.json

15 lines
401 B
JSON
Raw Permalink Normal View History

2017-07-11 10:15:17 +02:00
{
"compilerOptions": {
"target": "es2017",
2017-07-11 10:15:17 +02:00
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/sim.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"lib": ["dom", "dom.iterable", "scripthost", "es2017"],
"types": [],
"typeRoots": ["../node_modules/@types"]
2017-07-11 10:15:17 +02:00
}
}