mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_QuickPager.git
synced 2024-08-14 23:56:25 +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"]
|
|
}
|