Skip to content

Commit

Permalink
fix: add TypeScript parserOptions.project
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Jan 15, 2023
1 parent 1cda0c6 commit 999e6c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const {
} = require('.')

module.exports = {
parserOptions: {
project: "./tsconfig.json"
},
overrides: [
{
files: ["**/*.ts?(x)"],
Expand Down

0 comments on commit 999e6c1

Please sign in to comment.