mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-18 04:59:08 -04:00
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"target": "ES2020",
|
|
"include": [
|
|
"src/"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"skipLibCheck": true,
|
|
}
|
|
} |