smartpdf/tsconfig.json

9 lines
150 B
JSON
Raw Normal View History

2022-03-24 13:32:49 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
}