add cf-page-vless

This commit is contained in:
zizifn
2023-05-18 20:15:58 +08:00
committed by zizifn
parent c72747e89e
commit 0b632c025f
29 changed files with 294 additions and 105 deletions

View File

@@ -0,0 +1,21 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client"]
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"extends": "../../tsconfig.base.json"
}