Files
pdfme/website/tsconfig.json
Kyohei Fukuda 2a231c67ce Change build tool from webpack to vite to improve slow pdfme/ui build times (#314)
* TMP

* Minor fix

* remove incremental build option

* stop using npm-run-all to test
2023-11-08 17:39:21 +09:00

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,
}
}