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:
463 bytes
|
Line | |
---|
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/lib",
|
---|
6 | "target": "es2015",
|
---|
7 | "declaration": true,
|
---|
8 | "declarationMap": true,
|
---|
9 | "inlineSources": true,
|
---|
10 | "types": [],
|
---|
11 | "lib": [
|
---|
12 | "dom",
|
---|
13 | "es2018"
|
---|
14 | ]
|
---|
15 | },
|
---|
16 | "exclude": [
|
---|
17 | "src/test.ts",
|
---|
18 | "**/*.spec.ts"
|
---|
19 | ]
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.