chore: add jimp dependency, icon padding script, and update configuration
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2017", "DOM"],
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "lib",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": ["src/typeTests.ts"],
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user