VSCode_LaTeX/tsconfig.json
2017-12-05 09:54:17 +01:00

16 lines
258 B
JSON

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