statuspage/tsconfig.json
2022-03-24 16:07:15 +01:00

9 lines
150 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}