mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
858ade2eee
1. Add vpnservice tauri plugin for android. 2. add workflow for android. 3. Easytier Core support android, allow set tun fd.
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["guest-js/*.ts"],
|
|
"exclude": ["dist-js", "node_modules"]
|
|
}
|