ConnectForce/tsconfig.base.json

6 lines
108 B
JSON

{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"module": "Node16"
}
}