044a0c6e5f
* chore: add systemjs.config.js back to plunkers * remove the non needed options from plnkr.json as well
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"description": "Testing - 1st.specs",
|
|
"basePath": "src/",
|
|
"files":[
|
|
"browser-test-shim.js",
|
|
"styles.css",
|
|
|
|
"app/1st.spec.ts",
|
|
"1st-specs.html"
|
|
],
|
|
"main": "1st-specs.html",
|
|
"open": "app/1st.spec.ts",
|
|
"tags": ["testing"]
|
|
}
|