DNDGamePlayer: Electron редактор сцен, презентация, упаковка electron-builder
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"outDir": "../../dist/main",
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "NodeNext",
|
||||
"types": ["node", "electron"],
|
||||
"lib": ["ES2022"]
|
||||
},
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["../../dist", "../../node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user