Skip to content

Commit

Permalink
simplify tsconfig dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Mar 14, 2024
1 parent 119b812 commit 24d94d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": ["tsconfig.json", "tsconfig.dev.json"]
"project": ["tsconfig.dev.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"compilerOptions": {
"noEmit": true
},
"include": ["src/**/*.ts", "vitest.config.ts", "vitest.setup.ts"],
"exclude": ["dist"]
}

0 comments on commit 24d94d6

Please sign in to comment.