pxt-calliope/libs/tsprj/tsconfig.json

9 lines
141 B
JSON
Raw Normal View History

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