Files
edgetunnel/apps/deno-vless/tsconfig.json
zizifn 1488a6e5f7 add index page (#73)
add index page
2022-12-13 23:22:38 +08:00

22 lines
392 B
JSON

{
"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"
}