pxt-hacking-stem/tsconfig.json

10 строки
185 B
JSON
Исходник Обычный вид История

2018-05-23 08:24:30 +03:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": ["pxt_modules/**/*test.ts"]
}