mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 03:16:59 -06:00
wails project init
This commit is contained in:
11
frontend/tsconfig.node.json
Executable file
11
frontend/tsconfig.node.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"vite.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user