We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbba6d3 commit 033e8aeCopy full SHA for 033e8ae
tsconfig.check.json
@@ -7,7 +7,9 @@
7
"noPropertyAccessFromIndexSignature": false,
8
"noUncheckedIndexedAccess": false,
9
"types": ["vitest/globals", "node"],
10
- "verbatimModuleSyntax": false
+ "verbatimModuleSyntax": false,
11
+ "skipLibCheck": true
12
},
- "include": ["test/**/*.mts", "src/**/*.ts"]
13
+ "include": ["src/**/*.ts"],
14
+ "exclude": ["test/**/*.mts"]
15
}
0 commit comments