openOutpaint/js/jsconfig.json
Victor Seiji Hariki 8d0b44e36b Some jsdoc for util
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>
2022-11-28 12:11:19 -03:00

7 lines
96 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"include": ["**/*.js"]
}