mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
11 lines
126 B
JSON
11 lines
126 B
JSON
|
{
|
||
|
"extends": "./base",
|
||
|
"include": [
|
||
|
"scripts/**/*.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|
||
|
|