mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
37 lines
1017 B
JSON
37 lines
1017 B
JSON
{
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit" : true,
|
|
"flatModuleOutFile": "core.js",
|
|
"flatModuleId": "@ionic/angular",
|
|
"skipTemplateCodegen": true,
|
|
"fullTemplateTypeCheck": false
|
|
},
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["dom", "es2017"],
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"outDir": "build/es2015",
|
|
"pretty": true,
|
|
"removeComments": false,
|
|
"importHelpers": true,
|
|
"rootDir": "src",
|
|
"strictPropertyInitialization": false,
|
|
"target": "es2015"
|
|
},
|
|
"exclude": ["node_modules", "src/schematics"],
|
|
"files": ["src/index.ts"]
|
|
}
|