PushGo Auto Commit 2026-03-27T01:00:57.339Z
This commit is contained in:
17
tsconfig.main.json
Normal file
17
tsconfig.main.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "CommonJS",
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"moduleResolution": "Node",
|
||||
"outDir": "dist-electron",
|
||||
"rootDir": "src",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"types": ["node", "electron"],
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": ["src/main/**/*.ts", "src/preload/**/*.ts", "src/shared/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user