mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
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"]
|
||
|
}
|