Initial Coworker app scaffold
This commit is contained in:
13
apps/desktop/tsconfig.electron.json
Normal file
13
apps/desktop/tsconfig.electron.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noEmit": false,
|
||||
"outDir": "dist-electron",
|
||||
"rootDir": "electron",
|
||||
"types": ["node"],
|
||||
"lib": ["ES2022", "DOM"]
|
||||
},
|
||||
"include": ["electron/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user