ConnectForce/tsconfig.base.json

6 lines
108 B
JSON
Raw Normal View History

2022-12-04 18:32:52 +00:00
{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
2022-12-13 17:21:38 +00:00
"module": "Node16"
2022-12-04 18:32:52 +00:00
}
2022-12-04 19:47:18 +00:00
}