Initial files for MakeCode project

This commit is contained in:
Alexander Davis
2021-06-19 17:23:04 +01:00
parent 0b816eead3
commit 5e42d4ad77
13 changed files with 319 additions and 0 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}