mirror of
https://github.com/pdfme/pdfme.git
synced 2026-02-19 15:25:29 -05:00
* tmp * chore: update TypeScript configuration to use ESNext module and resolution * fix: update remaining imports with .js extensions and tsconfig files with nodenext Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "nodenext",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|