MicroBit_QuickPager/tsconfig.json

10 lines
185 B
JSON
Raw Permalink Normal View History

2022-12-08 05:00:51 +00:00
{
"compilerOptions": {
"target": "ES5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}