Files
fvtt-hamalron/node_modules/set-function-length/tsconfig.json
T
2025-12-25 23:08:06 +01:00

10 lines
116 B
JSON

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