Skip to content

Commit

Permalink
docs: fix tsconfig not fully being excluded (christopher-buss#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev authored Dec 4, 2024
1 parent 996c4ef commit 6bb3b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ following content:
```json
{
"extends": "./tsconfig.json",
"include": ["src/**/*", "eslint.config.ts"]
"include": ["src/**/*", "eslint.config.ts"],
"exclude": ["node_modules"]
}
```

Expand Down Expand Up @@ -184,6 +185,7 @@ export default style({
parserOptions: {
project: "tsconfig.build.json",
},
tsconfigPath: "tsconfig.build.json",
},

// Disable yaml support
Expand Down

0 comments on commit 6bb3b29

Please sign in to comment.