mirror of
https://github.com/niklasvh/html2canvas.git
synced 2025-12-08 20:35:51 +00:00
11 lines
126 B
JSON
11 lines
126 B
JSON
{
|
|
"extends": "./base",
|
|
"include": [
|
|
"scripts/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|
|
|