jspaint/jsconfig.json

8 lines
77 B
JSON
Raw Permalink Normal View History

2019-12-03 00:56:42 +00:00
{
"compilerOptions": {
"target": "es6"
},
2024-01-29 03:49:28 +00:00
"include": [
"src/**/*"
]
}