Skip to content

Commit

Permalink
chore: Tidy up tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Aug 26, 2024
1 parent 45a4954 commit f32e69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typeRoots": ["src/types"],
"types": ["vite/client", "vite-plugin-svgr/client"]
},
"include": ["**/*.ts", "**/*.tsx", "./src/setupTests.ts"],
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}

0 comments on commit f32e69c

Please sign in to comment.