Initial files for MakeCode project
This commit is contained in:
parent
7778211460
commit
726a7fc973
26 changed files with 59021 additions and 0 deletions
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"noImplicitAny": true,
|
||||
"outDir": "built",
|
||||
"rootDir": "."
|
||||
},
|
||||
"exclude": ["pxt_modules/**/*test.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue