ac2re.weblivemap/server/jsconfig.json
2024-05-07 18:01:11 +02:00

10 lines
No EOL
164 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}