update
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"@renderer/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "electron/preload/index.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user