Files
XCTerminal/node_modules/side-channel-list/tsconfig.json

10 lines
116 B
JSON
Raw Normal View History

2026-03-21 20:26:20 +08:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}