mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"allowJs": true,
|
|
// Don't force external @types; our ambient file is included below
|
|
"baseUrl": "."
|
|
},
|
|
"include": [
|
|
"tests/**/*.js",
|
|
"types/**/*.d.ts"
|
|
]
|
|
} |