pxt-calliope/libs/tsconfig.json

12 lines
232 B
JSON
Raw Normal View History

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