Skip to content

Commit

Permalink
refactored the tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
“talatkuyuk” committed Dec 28, 2023
1 parent 445d363 commit 9a9ba6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"include": ["src/**/*", "global.d.ts"],
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
Expand All @@ -11,8 +11,7 @@
"strict": true,
"declaration": true,
"sourceMap": true,
"noImplicitReturns": true,
"outDir": "dist/esm",
"types": ["node", "jest"]
"noImplicitReturns": true
}
}

0 comments on commit 9a9ba6d

Please sign in to comment.