mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_Compass.git
synced 2024-08-14 22:46:45 +00:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"noImplicitAny": true,
|
|
"outDir": "built",
|
|
"rootDir": "."
|
|
},
|
|
"exclude": ["pxt_modules/**/*test.ts"]
|
|
}
|