Skip to content

Commit c4bdf96

Browse files
committed
chore(config): updated config files
1 parent 9b9e479 commit c4bdf96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+37
-48
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

config/tsconfig/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"display": "Default",
3+
"display": "Base",
44
"compilerOptions": {
55
"composite": false,
66
"declaration": true,

config/tsconfig/backend.json renamed to config/tsconfig/npm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"display": "Backend Packages",
3+
"display": "NPM Packages",
44
"extends": "./base.json",
55
"compilerOptions": {
66
"target": "es2018",

config/tsconfig/react-library.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/collections/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('@config/eslint/backend-preset');
1+
module.exports = require('@config/eslint');

lib/collections/.release-it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('@config/release-it/base');
1+
module.exports = require('@config/release-it');

lib/collections/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('@config/jest/backend');
1+
module.exports = require('@config/jest');

lib/collections/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@config/tsconfig/backend.json",
2+
"extends": "@config/tsconfig/npm.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"rootDir": "src",

0 commit comments

Comments
 (0)