parent
8960d4990c
commit
3368f29a4d
|
@ -17,9 +17,7 @@ cp -R -v tools/typings-test/* $TMP
|
||||||
cd $TMP
|
cd $TMP
|
||||||
# create package.json so that npm install doesn't pollute any parent node_modules's directory
|
# create package.json so that npm install doesn't pollute any parent node_modules's directory
|
||||||
npm init --yes
|
npm init --yes
|
||||||
npm install ${LINKABLE_PKGS[*]}
|
npm install ${LINKABLE_PKGS[*]} @types/jasmine rxjs@5.0 zone.js@0.7 typescript@2.0.2
|
||||||
npm install @types/es6-promise @types/es6-collections @types/jasmine rxjs@5.0.0-beta.11
|
|
||||||
npm install typescript@2.0.2
|
|
||||||
$(npm bin)/tsc --version
|
$(npm bin)/tsc --version
|
||||||
$(npm bin)/tsc -p tsconfig.json
|
$(npm bin)/tsc -p tsconfig.json
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,12 +6,11 @@
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"outDir": "../../dist/typing-test/",
|
"outDir": "../../dist/typing-test/",
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"target": "es5"
|
"target": "es5",
|
||||||
|
"lib": ["es5", "dom", "es2015.collection", "es2015.iterable", "es2015.promise"]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"include-all.ts",
|
"include-all.ts",
|
||||||
"node_modules/@types/es6-promise/index.d.ts",
|
|
||||||
"node_modules/@types/es6-collections/index.d.ts",
|
|
||||||
"node_modules/@types/jasmine/index.d.ts"
|
"node_modules/@types/jasmine/index.d.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue