ASM-v1.0 / ASM files / Firmware folder / Marlin-1.1.x RAMPS 1.4 + RAMPSXB / buildroot / share / vscode / AutoBuildMarlin / tsconfig.json
tsconfig.json
Raw
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "outDir": "out",
    "lib": [
      "es6"
    ],
    "sourceMap": true,
    "rootDir": "."
  }
}