mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-18 04:59:08 -04:00
* TMP * TMP * Fix failing test * Update ESLint configuration * Update ESLint configuration
26 lines
491 B
JSON
26 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": [
|
|
"node",
|
|
"jest",
|
|
],
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"sourceMap": true
|
|
},
|
|
} |