Skip to content

Commit

Permalink
chore: noEmit declaration files in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
weronikaolejniczak committed May 22, 2024
1 parent a3aede0 commit 74fc200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
Expand All @@ -9,6 +10,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"noEmit": true,
"typeRoots": ["../../node_modules/@types"]
},
"exclude": ["node_modules"]
Expand Down

0 comments on commit 74fc200

Please sign in to comment.