smartcontext/tsconfig.json

11 lines
217 B
JSON
Raw Permalink Normal View History

2023-01-12 11:58:34 +01:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}