Files
Project_Astral/node_modules/side-channel-weakmap/tsconfig.json
2026-02-25 00:50:23 +05:30

10 lines
116 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage",
],
}