smartrx/tsconfig.json
2023-06-11 22:15:29 +02:00

11 lines
223 B
JSON

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