mirror of
https://github.com/veeso/termscp.git
synced 2026-07-02 12:44:12 +02:00
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|