ConnectForce/tsconfig.base.json

9 lines
157 B
JSON
Raw Permalink Normal View History

2022-12-04 18:32:52 +00:00
{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
2022-12-14 07:20:52 +00:00
"module": "Node16",
"lib": [
"ES2022"
]
2022-12-04 18:32:52 +00:00
}
2022-12-04 19:47:18 +00:00
}