Contractless-Web3-Wallets/extension/tsconfig.json

13 lines
264 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"lib": ["ESNext", "DOM"],
"types": ["chrome", "node"]
},
"include": ["src/**/*.ts", "vite.config.ts"]
}