mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2026-01-10 14:21:32 +00:00
12 lines
187 B
JSON
12 lines
187 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"~/*": ["./app/*"]
|
|
}
|
|
}
|
|
}
|