style: typos in TS 3.1 integration test (#26433)
The test was mentionning TS 3.0. PR Close #26433
This commit is contained in:
parent
327c614799
commit
164f79a7b0
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../../dist/typings_test_ts30/",
|
||||
"outDir": "../../dist/typings_test_ts31/",
|
||||
"rootDir": ".",
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
|
|
Loading…
Reference in New Issue