mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Restructure; use DaisyUI
This commit is contained in:
15
src-electron/tsconfig.electron.json
Normal file
15
src-electron/tsconfig.electron.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"files": [
|
||||
"./main.ts",
|
||||
"./preload.ts"
|
||||
],
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"module": "CommonJS",
|
||||
"outDir": "../dist/electron"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user