gitbeaker/packages/core/scripts/tsconfig.json
2021-06-07 08:43:41 -04:00

9 lines
152 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node"
}
}