smartpdf/tsconfig.json
2022-06-15 22:14:55 +02:00

10 lines
192 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
}
}