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",
|
"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": {
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue