siwe-oidc/js/ui/tsconfig.json

5 lines
163 B
JSON
Raw Normal View History

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