typedserver/tsconfig.json

10 lines
179 B
JSON
Raw Normal View History

2023-03-29 12:54:07 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
2023-03-30 13:15:48 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true
2023-03-29 12:54:07 +00:00
}
}