pxt-calliope/sim/tsconfig.json

13 строки
265 B
JSON
Исходник Обычный вид История

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