smartpdf/tsconfig.json

10 lines
192 B
JSON
Raw Normal View History

2022-03-24 13:32:49 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2022",
"module": "ES2022",
2022-06-15 20:14:55 +00:00
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true
2022-03-24 13:32:49 +00:00
}
}