Files
turso/bindings/javascript/tsconfig.esm.json
2025-08-07 18:21:29 +04:00

19 lines
267 B
JSON

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