Skip to content

Commit

Permalink
Fix up tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 7, 2024
1 parent f8d2314 commit 5e2b62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"noEmit": true,
"target": "esnext",
"moduleResolution": "node",
"rootDir": "./src",
"strict": true,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true
}
},
"include": ["validate-docs-links.ts", "types.d.ts"]
}

0 comments on commit 5e2b62b

Please sign in to comment.