diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/files/tsconfig.spec.json.template')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/files/tsconfig.spec.json.template | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/files/tsconfig.spec.json.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/files/tsconfig.spec.json.template deleted file mode 100644 index 0e856e62..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/files/tsconfig.spec.json.template +++ /dev/null @@ -1,18 +0,0 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ -{ - "extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json", - "compilerOptions": { - "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec", - "types": [ - "jasmine" - ] - }, - "files": [ - "src/test.ts", - "src/polyfills.ts" - ], - "include": [ - "src/**/*.spec.ts", - "src/**/*.d.ts" - ] -} |