tsrun/tsconfig.json

10 lines
188 B
JSON
Raw Permalink Normal View History

2022-03-12 13:43:54 +00:00
{
"compilerOptions": {
2022-06-14 19:42:07 +00:00
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
2022-03-12 13:43:54 +00:00
"module": "ES2022",
2022-06-14 19:42:07 +00:00
"moduleResolution": "nodenext"
2022-03-12 13:43:54 +00:00
}
2022-06-14 19:42:07 +00:00
}