systemjs/test/tests/testpkg.json
2015-08-21 18:51:09 +02:00

19 lines
406 B
JSON

{
"main": "wrong-main",
"basePath": "lib",
"format": "cjs",
"defaultExtension": "js",
"meta": {
"*.json": { "loader": "./json.js" },
"noext": { "alias": "./json.json" }
},
"map": {
"./json": "./json.json",
"./dir/": "./dir/index.js",
"./dir2": "./dir2/index.json",
"./dir/test": "./test.ts",
"./env-module": {
"browser": "./env-module-browser.js"
}
}
}