pxt-calliope/libs/tsconfig.json

12 lines
232 B
JSON
Raw Normal View History

2016-03-10 14:01:04 -08:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"outDir": "../built",
"rootDir": ".",
"newLine": "LF",
2016-05-27 14:16:47 -07:00
"sourceMap": false
2016-03-10 14:01:04 -08:00
}
}