mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app-server"
|
|
},
|
|
"angularCompilerOptions": {
|
|
"entryModule": "./src/app/app.server.module#AppServerModule"
|
|
}
|
|
}
|