pxt-calliope/libs/tsconfig.json

12 lines
232 B
JSON

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