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:
399 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/spec",
|
---|
6 | "types": [
|
---|
7 | "jasmine"
|
---|
8 | ]
|
---|
9 | },
|
---|
10 | "files": [
|
---|
11 | "src/test.ts",
|
---|
12 | "src/polyfills.ts"
|
---|
13 | ],
|
---|
14 | "include": [
|
---|
15 | "src/**/*.spec.ts",
|
---|
16 | "src/**/*.d.ts"
|
---|
17 | ]
|
---|
18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.