Skip to content

Commit

Permalink
chore: fix tsconfig for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 1, 2023
1 parent 244136c commit f838b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/typings/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"extends": "../../tsconfig",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"noEmit": true,
"types": ["node"],
"typeRoots": ["../../node_modules/@types"],
"lib": ["dom"],
"resolveJsonModule": true,
"rootDir": "../..",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit f838b83

Please sign in to comment.