Skip to content

Commit

Permalink
build: fix tsconfig setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Feb 15, 2024
1 parent 0af0eaa commit 1c511f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
},
"include": [
"src/**/*"
],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.vitest.json" },
]
}
11 changes: 0 additions & 11 deletions tsconfig.node.json

This file was deleted.

3 changes: 1 addition & 2 deletions tsconfig.vitest.json → tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"extends": ["@tsconfig/vite-react/tsconfig.json"],
"compilerOptions": {
"composite": true,
"strict": true,
"noImplicitAny": true,
"types": ["vitest/gobals"]
},
"include": ["src/**/*", "test/**/*"]
"include": ["src/**/*", "test/**/*"],
}

0 comments on commit 1c511f3

Please sign in to comment.