Skip to content

Commit

Permalink
Added exclude to tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 27, 2024
1 parent 03978fe commit ea562cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.test.jsx-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@

"skipLibCheck": true
},
"include": ["test.jsx-runtime/**/*"]
"include": ["test.jsx-runtime/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}

0 comments on commit ea562cb

Please sign in to comment.