wisemapping-frontend/packages/web2d/jsconfig.json
2021-12-04 15:39:20 -08:00

11 lines
173 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"paths": {
"@libraries/*": ["../../libraries/*"]
}
},
"exclude": ["node_modules"]
}