dappconnect-sdks/apps/web/tsconfig.json

11 lines
211 B
JSON
Raw Normal View History

2023-01-10 11:25:26 +00:00
{
2023-03-14 12:49:33 +00:00
"extends": "../../tsconfig.base.json",
2023-01-10 11:25:26 +00:00
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"jsx": "react-jsx"
},
"include": ["src"]
}