mondarth-campaign/jsconfig.json

10 lines
174 B
JSON
Raw Permalink Normal View History

2025-07-14 19:00:35 +01:00
{
"compilerOptions": {
"lib": ["ES2022", "DOM"],
"module": "ES2022",
"moduleResolution": "Bundler",
"target": "ES2022"
},
"exclude": ["node_modules"]
}