* init p2p-poll

This commit is contained in:
2026-03-18 20:09:20 +01:00
parent 4275cbd795
commit 7de7632101
10 changed files with 10294 additions and 0 deletions

18
p2p-poll/tsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}