pxt-calliope/sim/tsconfig.json

13 lines
265 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",
2016-05-27 23:16:47 +02:00
"sourceMap": false
2016-03-11 01:24:11 +01:00
}
}