pxt-calliope/libs/bluetoothprj/tsconfig.json
2016-11-04 18:32:13 -07:00

9 lines
141 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
}
}