MicroBit_Compass/tsconfig.json

10 lines
185 B
JSON
Raw Permalink Normal View History

2022-12-11 02:41:17 +00:00
{
"compilerOptions": {
"target": "ES5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}