Skip to content

Commit

Permalink
Refactor tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 9, 2023
1 parent b185e2d commit 6ff4290
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"include": ["**/**.js", "index.d.ts"],
"exclude": ["coverage", "node_modules"],
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2020"],
"module": "node16",
"strict": true,
"target": "es2020"
}
},
"exclude": ["coverage/", "node_modules/"],
"include": ["**/*.js", "index.d.ts"]
}

0 comments on commit 6ff4290

Please sign in to comment.