pxt-jacdac/tsconfig.json

18 строки
309 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"outDir": "built",
"rootDir": "."
},
"exclude": [
"*/*test.ts",
"pxt_modules/**/*test.ts"
],
"include": [
"*.ts",
"*/*.ts",
"pxt_modules/**/*.ts"
]
}