ConnectForce/tsconfig.base.json

9 lines
157 B
JSON

{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"module": "Node16",
"lib": [
"ES2022"
]
}
}