smartrx/tsconfig.json

11 lines
223 B
JSON
Raw Normal View History

2022-08-05 10:50:37 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
2023-06-11 20:15:29 +00:00
"moduleResolution": "nodenext",
"verbatimModuleSyntax": true,
2022-08-05 10:50:37 +00:00
}
}