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