chore(bump): updated version up to angular, nx 14

This commit is contained in:
SvetlanaMuravlova
2022-09-16 12:41:24 +03:00
parent f38189462e
commit 567cdf8dc3
12 changed files with 6669 additions and 4566 deletions

View File

@@ -1,10 +1,12 @@
{
"extends": "../../tsconfig.base.json",
"files": [
"./src/main.ts",
"../../scripts/polyfills.ts"
"./src/main.ts",
"../../scripts/polyfills.ts"
],
"include": [
"./src/typings.d.ts"
],
"include": ["./src/typings.d.ts"],
"references": [
{
"path": "./tsconfig.app.json"
@@ -16,5 +18,10 @@
"path": "./tsconfig.editor.json"
}
],
"exclude": ["**/*.spec.ts"]
"exclude": [
"**/*.spec.ts"
],
"compilerOptions": {
"target": "es2020"
}
}