itsericwoodward-site-v2/jsconfig.json

7 lines
117 B
JSON
Raw Permalink Normal View History

2023-07-23 23:40:17 -04:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": ["node_modules"]
}