Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
434 bytes
|
Line | |
---|
1 | /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
---|
2 | /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
|
---|
3 | {
|
---|
4 | "extends": "./tsconfig.json",
|
---|
5 | "compilerOptions": {
|
---|
6 | "outDir": "./out-tsc/spec",
|
---|
7 | "types": [
|
---|
8 | "jasmine"
|
---|
9 | ]
|
---|
10 | },
|
---|
11 | "include": [
|
---|
12 | "src/**/*.spec.ts",
|
---|
13 | "src/**/*.d.ts"
|
---|
14 | ]
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.