wisemapping-frontend/jsconfig.json
Paulo Gustavo Veiga 1cf42269b7 Move config files.
2023-01-08 19:41:17 -08:00

8 lines
103 B
JSON

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