pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
15 lines (14 loc) • 373 B
JSON
{
"compilerOptions": {
"target": "es2018",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"outFile": "../../built/web/pxtweb.js",
"newLine": "LF",
"sourceMap": false,
"lib": ["dom", "dom.iterable", "scripthost", "es2018"],
"types": [],
"skipLibCheck": true
}
}