Use the new pxtc namespace

This commit is contained in:
Michal Moskal
2016-08-26 15:19:04 +02:00
parent c79f043529
commit 6fd14e718d
2 changed files with 11 additions and 3 deletions

8
tests/base/tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
}
}