This repository has been archived on 2020-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin_Ender3/buildroot/share/vscode/AutoBuildMarlin/tsconfig.json
dfriedrich 60ece440f6 first
2019-03-21 10:43:51 -03:00

13 lines
173 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": "."
}
}