mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"files": [
|
|
"./main.ts",
|
|
"./preload.ts"
|
|
],
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "CommonJS",
|
|
"outDir": "../dist/electron"
|
|
}
|
|
}
|