{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../../tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": false,
"noUncheckedIndexedAccess": false,
"strictNullChecks": false
},
"include": ["kit", "web3js"],
"exclude": ["dist", "rust", "idl"]
}