Files
TokenizeRWATemplate/examples/web3auth-ui-demo/tsconfig.json
2026-01-13 14:15:17 -08:00

16 lines
337 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2020", "DOM"],
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"]
}