Skip to content

Commit

Permalink
updated ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel-Enoch committed Nov 19, 2023
1 parent db0ded6 commit e285984
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"preserveWatchOutput": true,
"noEmit": true,
"module": "commonjs",
"target": "ES2021",
"moduleResolution": "node16"
"target": "es6",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./",
"strict": false,
"noImplicitAny": false,
"alwaysStrict": false,
"noEmitOnError": false,
"skipDefaultLibCheck": true
}
}

0 comments on commit e285984

Please sign in to comment.