tsrun/tsconfig.json
2022-06-14 21:42:07 +02:00

10 lines
188 B
JSON

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