source: Farmatiko/ClientApp/src/tsconfig.server.json@ 28d7d35

Last change on this file since 28d7d35 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 183 bytes
RevLine 
[30a465f]1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "module": "commonjs"
5 },
6 "angularCompilerOptions": {
7 "entryModule": "app/app.server.module#AppServerModule"
8 }
9}
Note: See TracBrowser for help on using the repository browser.