6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
|
System.config({
|
||
|
"paths": {
|
||
|
"@data/*": "./data/*"
|
||
|
}
|
||
|
})
|