mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
System.config({
|
|
"baseURL": "../../../",
|
|
"transpiler": "traceur",
|
|
"paths": {
|
|
"*": "*.js",
|
|
"ionic/*": "ionic/*"
|
|
}
|
|
});
|