Skip to content

Commit

Permalink
fix: πŸ› tsconfig type not found
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotr committed Oct 23, 2023
1 parent 4a21f59 commit ceb1f83
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,10 @@
"pretty": true,
"strictNullChecks": true,
"declaration": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"lib": [
"es2023"
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"dangerfile.ts"
],
"exclude": [
"dangerfile.ts",
"node_modules",
"dist"
]
"lib": ["es2023"],
"include": ["src/**/*.ts", "src/**/*.tsx", "dangerfile.ts"],
"exclude": ["dangerfile.ts", "node_modules", "dist"]
}

0 comments on commit ceb1f83

Please sign in to comment.