SIGN IN SIGN UP

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

0 0 62 TypeScript
{
"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"
}
}