siwe-oidc/js/ui/tsconfig.json
Simon Bihel 5f5f6af531
Initial commit
Co-authored-by: K <kelseydrhoda@gmail.com>
2021-12-13 16:35:10 +00:00

5 lines
163 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*", "src/node_modules/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "static/*"]
}