pxt-calliope/cmds/tsconfig.json

14 lines
291 B
JSON
Raw Normal View History

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