wisemapping-frontend/packages/mindplot/jsconfig.json
2022-01-30 02:37:14 -08:00

8 lines
103 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ES6",
},
"exclude": ["node_modules"]
}