utils/jsconfig.json

7 lines
118 B
JSON
Raw Permalink Normal View History

2024-01-27 01:25:35 -05:00
{
"compilerOptions": {
"module": "ES2020",
"target": "ES2015"
},
"exclude": ["node_modules"]
}