wisemapping-frontend/jsconfig.json

8 lines
103 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
2023-01-30 05:10:57 +01:00
"baseUrl": ".",
2021-12-18 23:55:01 +01:00
"module": "ES6",
},
"exclude": ["node_modules"]
}