mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-05 08:33:51 +01:00
10 lines
116 B
JSON
10 lines
116 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|