Initial files for MakeCode project

This commit is contained in:
H. Saw 2022-10-29 20:33:29 +08:00
parent ba252b0a14
commit 3d08876c33
11 changed files with 149 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"]
}