Files
turso/bindings/javascript/sync/packages/native/tsconfig.json
2025-09-10 22:35:57 +04:00

21 lines
315 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"module": "nodenext",
"target": "esnext",
"outDir": "dist/",
"lib": [
"es2020"
],
"paths": {
"#index": [
"./index.d.ts"
]
}
},
"include": [
"*"
]
}