Files
figma_pdf_generate/tsconfig.json
2025-01-21 10:57:59 +08:00

16 lines
308 B
JSON

{
"compilerOptions": {
"target": "es6",
"lib": ["es6", "dom"],
"moduleResolution": "node",
"jsx": "react",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
]
}
}