-
richard.petersen authoredrichard.petersen authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jsconfig.json 177 B
{
"typeAcquisition": {
"enable": true
},
"compilerOptions": {
"checkJs": true,
"target": "es2022",
"module": "es2022",
"moduleResolution": "node"
}
}