Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Oct 31, 2023
1 parent ed78a49 commit c7e2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"skipLibCheck": true,
"strict": true,
"target": "esnext",
"types": ["raw-loader.d.ts"]
"types": ["./raw-loader.d.ts"]
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "public", "**/*.js"]
Expand Down

0 comments on commit c7e2ea3

Please sign in to comment.