This commit is contained in:
WayenWeng
2017-06-23 09:54:44 +08:00
parent 90ea1672d5
commit 2e1417b777
6 changed files with 571 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"]
}