mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update angular build scripts
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowUnreachableCode": false,
|
||||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es2017"
|
||||
@@ -20,8 +22,8 @@
|
||||
"pretty": true,
|
||||
"removeComments": false,
|
||||
"rootDir": "src",
|
||||
"sourceMap": true,
|
||||
"target": "es2015"
|
||||
"strictPropertyInitialization": false,
|
||||
"target": "es2017"
|
||||
},
|
||||
"files": [
|
||||
"src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user