Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alxart committed Mar 27, 2024
1 parent c823541 commit f239c92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.typings.validation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"compilerOptions": {
"target": "ES6",
"noEmit": true,
"skipLibCheck": false
"skipLibCheck": false,
"moduleResolution": "node",
},
"include": ["./*.d.ts", "./dist/types/**/*.d.ts"]
}

0 comments on commit f239c92

Please sign in to comment.