chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:25:07 +08:00
commit a26e856398
1681 changed files with 296950 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"strict": true,
"module": "ESNext",
"target": "ESNext",
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist/esm",
"rootDir": "./src/ts",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"types": []
},
"files": ["./src/ts/perspective.browser.ts", "./src/ts/virtual_servers/duckdb.ts"]
}