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

22 lines
349 B
JSON

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