smartsocket/tsconfig.json

11 lines
217 B
JSON
Raw Normal View History

2022-03-14 21:40:55 +00:00
{
"compilerOptions": {
2022-12-28 12:49:03 +00:00
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
2022-03-14 21:40:55 +00:00
"esModuleInterop": true
}
2022-12-28 12:49:03 +00:00
}