ConnectForce/tsconfig.base.json

12 lines
212 B
JSON

{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"declaration": true,
"module": "Node16",
"lib": [
"ES2020"
],
"target": "ES6"
}
}