changed example

This commit is contained in:
Lauchmelder 2021-11-25 22:06:50 +01:00
parent 160ede91e6
commit bf0bd7cc16
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs"
"module": "commonjs",
"outDir": "out",
"sourceMap": true
}
}