Skip to content

Commit

Permalink
🛠️ [TsConfig] Include new eslint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed May 30, 2024
1 parent 7a63179 commit 5c4bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"noImplicitReturns": true,
"skipLibCheck": true
},
"include": ["./vite.config.ts", "./src/**/*", "./config/**/*"],
"include": ["./src/**/*", "./config/**/*", "./vite.config.ts", "./eslint.config.mjs"],
"exclude": ["./node_modules/**/*"]
}

0 comments on commit 5c4bc44

Please sign in to comment.