mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-11 04:04:20 +01:00
16 lines
234 B
JSON
16 lines
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"outDir": "dist/cjs",
|
|
"paths": {
|
|
"#entry-point": [
|
|
"./index.js"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"*"
|
|
]
|
|
} |