mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): update tsconfig build and package
This commit is contained in:
3471
packages/angular/package-lock.json
generated
3471
packages/angular/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,9 +26,8 @@
|
||||
"deploy": "np --any-branch",
|
||||
"tsc": "tsc -p ."
|
||||
},
|
||||
"main": "./dist/src/index.js",
|
||||
"module": "./dist/src/index.js",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
@@ -45,6 +44,7 @@
|
||||
"@ionic/core": "next",
|
||||
"glob": "7.1.2",
|
||||
"ionicons": "~3.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"rxjs": "5.5.2",
|
||||
"typescript": "latest",
|
||||
"zone.js": "0.8.18"
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["dom", "es2015"],
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2017"
|
||||
],
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
@@ -15,10 +18,11 @@
|
||||
"outDir": "dist",
|
||||
"removeComments": false,
|
||||
"sourceMap": true,
|
||||
"target": "es2015"
|
||||
"target": "es2015",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
"files": [
|
||||
"src/index.ts"
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false
|
||||
|
||||
Reference in New Issue
Block a user