mue/jsconfig.json

10 lines
152 B
JSON
Raw Permalink Normal View History

2023-03-16 11:15:37 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"baseUrl": "src"
2023-03-16 11:15:37 +00:00
},
"include": ["src"],
"exclude": ["node_modules"]
2023-03-16 11:15:37 +00:00
}