Files
ionic-framework/packages/angular-server/tsconfig.json
Mike Hartington 2344d0b272 feat(angular): angular 9 support (#19515)
* init ivy support

* chore(): angular prerelease

* chore: update

* updates

* angular 8 deps

* chore(angular): update sync script

* updates

* chore(): remove console log

* chore(): updates

* chore(): update release script

* fix(): remove comments

* fix(): remove test version

* fix(): failing angular test

* fix(): failing angular tests

* fix(): update ci steps

* fix(): fix sync script

* chore(): refactor angular proxies

* chore(): updates

* chore(): updates

* chore(): lint

* chore(): updates

* chore(ssr): check for window

* chore(): fix virtual scroll angular tests

* chore(): lint

* chore(): add server to link

* chore(scripts): update release script

* chore(): bump version check

* style(scripts): spacing
2019-12-18 18:43:59 -05:00

23 lines
511 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"plugins": [
{ "name": "typescript-tslint-plugin" }
]
},
"files": [
"src/ionic-server-module.ts"
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit" : true,
"flatModuleOutFile": "./index.js",
"flatModuleId": "@ionic/angular-server",
"skipTemplateCodegen": true,
"fullTemplateTypeCheck": false
}
}