pxt-calliope/cmds/tsconfig.json

14 lines
291 B
JSON
Raw Normal View History

2016-03-28 06:22:06 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"outDir": "../built",
"module": "commonjs",
"rootDir": ".",
"newLine": "LF",
2016-05-27 23:16:47 +02:00
"sourceMap": false
2016-03-28 06:22:06 +02:00
}
}