pxt-sample/libs/tsconfig.json

12 строки
231 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"outDir": "../built",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
}
}