Changes tsconfig.json

This commit is contained in:
Alexander Cerutti
2019-06-10 20:58:37 +02:00
parent 79a55f64d4
commit 833aac08f2

View File

@@ -1,9 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"target": "es2018",
"esModuleInterop": true,
"newLine": "LF",
}
},
"exclude": [
"node_modules/"
]
}