pxt-calliope/cmds/tsconfig.json

14 lines
290 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",
"sourceMap": true
}
}