1
0
Fork 0

Updated typescript

This commit is contained in:
Michaël Lemaire 2019-05-16 17:19:36 +02:00
parent 0cfd319774
commit ae8ad13a84
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
"compilerOptions": { "compilerOptions": {
"module": "system", "module": "system",
"composite": true, "composite": true,
"incremental": true,
"declaration": true, "declaration": true,
"declarationMap": true, "declarationMap": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,

6
package-lock.json generated
View File

@ -4524,9 +4524,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.5.0-dev.20190516", "version": "3.5.0-rc",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.0-dev.20190516.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.0-rc.tgz",
"integrity": "sha512-J+1tISjR4yCmZ3F2wWZDEMoocF4wdXsHf68ln6cb0gjm8VmSDUYSPOVbCJUJoLqjWaCEPs05O7eNrbTulo/4ew==", "integrity": "sha512-8Os3bqTeHc6bf+bkPFL3O/pb09j8SbDa2LUBxTXWpZlcHUW9ziGuiEFiqMcArkbAjGLqEzshkl4zvxhb0gVPuQ==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View File

@ -33,7 +33,7 @@
"runjs": "^4.4.2", "runjs": "^4.4.2",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"terser": "^3.17.0", "terser": "^3.17.0",
"typescript": "^3.5.0-dev.20190516" "typescript": "^3.5.0-rc"
}, },
"dependencies": { "dependencies": {
"parse": "^2.4.0", "parse": "^2.4.0",