Skip to content

Commit

Permalink
chore: rename tsconfig.base.json to packages/tsconfig.app.base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Aug 18, 2021
1 parent 9062dd7 commit de61203
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/amazon/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/appengine/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudfoundry/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/dcos/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/docker/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/google/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/huaweicloud/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/oracle/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/tencentcloud/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
2 changes: 1 addition & 1 deletion packages/titus/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../tsconfig.app.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
Expand Down
File renamed without changes.

0 comments on commit de61203

Please sign in to comment.