wisemapping-frontend/packages/web2d/jsconfig.json

11 lines
173 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"paths": {
2021-12-05 00:39:20 +01:00
"@libraries/*": ["../../libraries/*"]
}
},
"exclude": ["node_modules"]
}