mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "mocha"],
|
|
"rootDir": "../",
|
|
"declaration": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|