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