sentry/tsconfig.json

11 lines
217 B
JSON
Raw Normal View History

2022-08-02 15:05:30 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}