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:
338 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /* To learn more about this file see: https://angular.io/config/tsconfig. */
|
---|
| 2 | {
|
---|
| 3 | "extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json",
|
---|
| 4 | "compilerOptions": {
|
---|
| 5 | "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/e2e",
|
---|
| 6 | "module": "commonjs",
|
---|
| 7 | "target": "es2019",
|
---|
| 8 | "types": [
|
---|
| 9 | "jasmine",
|
---|
| 10 | "node"
|
---|
| 11 | ]
|
---|
| 12 | }
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.