Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
508 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /* To learn more about this file see: https://angular.io/config/tsconfig. */
|
---|
| 2 | {
|
---|
| 3 | "extends": "./<%= tsConfigExtends %>",
|
---|
| 4 | "compilerOptions": {
|
---|
| 5 | "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/server",
|
---|
| 6 | "target": "es2019",
|
---|
| 7 | "types": [
|
---|
| 8 | "node"
|
---|
| 9 | ]
|
---|
| 10 | },
|
---|
| 11 | "files": [
|
---|
| 12 | "src/<%= stripTsExtension(main) %>.ts"
|
---|
| 13 | ],
|
---|
| 14 | "angularCompilerOptions": {
|
---|
| 15 | "entryModule": "./<%= rootInSrc ? '' : 'src/' %><%= appDir %>/<%= stripTsExtension(rootModuleFileName) %>#<%= rootModuleClassName %>"
|
---|
| 16 | }
|
---|
| 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.