Add tauri app
This commit is contained in:
parent
be99e7b3aa
commit
90c48d4723
40 changed files with 6449 additions and 14 deletions
10
tta-app/tsconfig.node.json
Normal file
10
tta-app/tsconfig.node.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue