mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 06:09:39 +00:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/electron/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "dist/electron"
|
|
}
|
|
} |