style: typos in TS 3.1 integration test (#26433)

The test was mentionning TS 3.0.

PR Close #26433
This commit is contained in:
cexbrayat 2018-10-13 12:42:47 +02:00 committed by Miško Hevery
parent 327c614799
commit 164f79a7b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "angular-integration", "name": "angular-integration",
"description": "Assert that users with TypeScript 3.0 can type-check an Angular application", "description": "Assert that users with TypeScript 3.1 can type-check an Angular application",
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -4,7 +4,7 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"module": "commonjs", "module": "commonjs",
"moduleResolution": "node", "moduleResolution": "node",
"outDir": "../../dist/typings_test_ts30/", "outDir": "../../dist/typings_test_ts31/",
"rootDir": ".", "rootDir": ".",
"target": "es5", "target": "es5",
"lib": [ "lib": [