pxt-calliope/sim/tsconfig.json

13 lines
264 B
JSON
Raw Normal View History

2016-03-11 01:24:11 +01:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/sim.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
}
}