Implement RPC contract validation baseline
This commit is contained in:
8
apps/desktop/tsconfig.json
Normal file
8
apps/desktop/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "electron"],
|
||||
"lib": ["ES2022", "DOM"]
|
||||
},
|
||||
"include": ["src", "tsdown.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user