eth-oidc/js/ui/tsconfig.json
Simon Bihel 1c29815376
Move from web3modal to walletconnect v2 (#64)
Co-authored-by: Gregorio Granado Magalhaes <greg.magalhaes@gmail.com>
2023-06-22 17:21:15 +01:00

10 lines
246 B
JSON

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