Files
turso/bindings/javascript/tsconfig.json
2025-08-08 00:47:37 +04:00

19 lines
264 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"module": "esnext",
"target": "esnext",
"outDir": "dist/",
"lib": [
"es2020"
],
"paths": {
"#entry-point": [
"./index.js"
]
}
},
"include": [
"*"
]
}