initial commit

This commit is contained in:
Christophe Siraut
2021-03-26 09:11:10 +01:00
commit f45f5bb274
7 changed files with 480 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "../out-tsc/app-server",
"baseUrl": ".",
"module": "commonjs"
},
"angularCompilerOptions": {
"entryModule": "app/app.server.module#AppServerModule"
}
}