mongo/jsconfig.json
2023-01-21 16:34:25 +00:00

12 lines
191 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"disableSizeLimit": true,
"target": "ES6"
},
"exclude": [
"node_modules",
"src/third_party"
]
}