8d0b44e36b
Also allows for downloadCanvas to open image in new tab. This may be useful for debugging anything that has a canvas (such as overmasking). Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"include": ["**/*.js"]
|
|
}
|