First commit
This commit is contained in:
13
node_modules/pdfkit/jsconfig.json
generated
vendored
Normal file
13
node_modules/pdfkit/jsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user