mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
21 lines
315 B
JSON
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": [
|
|
"*"
|
|
]
|
|
} |