statuspage/tsconfig.json

9 lines
150 B
JSON
Raw Normal View History

2022-03-24 15:07:15 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}