mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 12:38:57 -04:00
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"useDefineForClassFields": true,
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable", "ESNext"],
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"typeRoots": ["node_modules/@types"],
|
|
"sourceMap": true
|
|
}
|
|
}
|