mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "nodenext",
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"declaration": true,
|
|
"outDir": "dist/",
|
|
"lib": [
|
|
"es2020",
|
|
"dom",
|
|
],
|
|
"paths": {
|
|
"#entry-point": [
|
|
"./index.js"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"*"
|
|
]
|
|
} |