init Cf page project (#85)

init cf page project
This commit is contained in:
zizifn
2023-01-02 02:18:20 +08:00
committed by GitHub
parent 2e794541d0
commit d291067219
28 changed files with 1102 additions and 115 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"
}