Move @tursodatabase/sync code to sync/javascript

This commit is contained in:
Pekka Enberg
2025-08-18 14:22:00 +03:00
parent 33ddae1877
commit 13b805a992
27 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
{
"compilerOptions": {
"skipLibCheck": true,
"module": "nodenext",
"target": "esnext",
"moduleResolution": "nodenext",
"declaration": true,
"outDir": "dist/",
"lib": [
"es2020",
"dom",
],
"paths": {
"#entry-point": [
"./index.js"
]
}
},
"include": [
"*"
]
}