Skip to content

Commit

Permalink
fix: Fix Types (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer authored Sep 21, 2023
1 parent e1ba774 commit b347f30
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@
"sourceMap": true,
"declaration": true,
"emitDeclarationOnly": false,
"skipLibCheck": true,
"baseUrl": ".",
"rootDir": "src",
"checkJs": true,
"allowJs": true,
"types": ["node", "jsdom"],
},
"include": [
"src"
, "types/globals.d.ts" ],
"exclude": [
"node_modules",
"test"
]
"include": ["src", "types"],
"exclude": ["node_modules", "test"]
}

0 comments on commit b347f30

Please sign in to comment.