Skip to content

Commit c4b87f4

Browse files
committed
feat: update libraries
1 parent 5dae146 commit c4b87f4

18 files changed

+74
-127
lines changed

projects/craftsjs/alert/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",

projects/craftsjs/alert/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

projects/craftsjs/card/tsconfig.lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",
@@ -20,4 +20,4 @@
2020
"src/test.ts",
2121
"**/*.spec.ts"
2222
]
23-
}
23+
}

projects/craftsjs/card/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

projects/craftsjs/core/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",

projects/craftsjs/core/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

projects/craftsjs/menu-admin/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",

projects/craftsjs/menu-admin/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

projects/craftsjs/modal/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",

projects/craftsjs/modal/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.base.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

0 commit comments

Comments
 (0)