Skip to content

Commit 546f9de

Browse files
author
Arvid Paeglit
committed
debugging different modes for ts compiliation
1 parent a6d16ec commit 546f9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"rootDir": "src",
4-
"outDir": "build",
5-
"module": "esnext",
4+
"outDir": "out",
5+
"module": "es2020",
66
"target": "es6",
77
"lib": ["es6", "dom", "es7", "es2017", "es2018", "es2019"],
88
"sourceMap": true,

0 commit comments

Comments
 (0)