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

16 lines
234 B
JSON

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