feat(core): added nx

This commit is contained in:
svetlanaMuravlova
2021-08-31 12:18:44 +03:00
parent 69cd64dc28
commit de738f7c63
69 changed files with 11483 additions and 615 deletions

17
scripts/typings.d.ts vendored
View File

@@ -1,17 +0,0 @@
// Typings reference file, you can add your own global typings here
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
// tslint:disable
declare const System: any;
declare const ENV:string;
// google code-prettify
declare const PR:any;
// declare const global:any;
declare module jasmine {
interface Matchers<T> {
toHaveCssClass(expected: any): boolean;
}
}