typedserver/tsconfig.json
2023-03-30 15:15:48 +02:00

10 lines
179 B
JSON

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