pxt-calliope/libs/tsconfig.json
2016-05-27 14:16:47 -07:00

12 lines
232 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"outDir": "../built",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
}
}