mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ES6",
|
|
"paths": {
|
|
"@libraries/*": ["../../libraries/*"] }
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|