mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
20 lines
509 B
JSON
20 lines
509 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages/angular-server",
|
|
"module": "es2015",
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"files": ["src/ionic-server-module.ts"],
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": true,
|
|
"flatModuleOutFile": "./index.js",
|
|
"flatModuleId": "@ionic/angular-server",
|
|
"skipTemplateCodegen": true,
|
|
"fullTemplateTypeCheck": false,
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|