Files
turso/bindings/javascript/tsconfig.esm.json

16 lines
232 B
JSON

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