Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Change build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryu committed Jun 30, 2020
1 parent f6d3cdc commit e25b8e7
Show file tree
Hide file tree
Showing 71 changed files with 217 additions and 228 deletions.
6 changes: 3 additions & 3 deletions packages/address-consts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/address-mocks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/address/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/admin-graphql-api-utilities/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-utilities/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/async/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/csrf-token-fetcher/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/css-utilities/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
11 changes: 4 additions & 7 deletions packages/dates/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
"./src/**/*.ts",
"./src/**/*.tsx"
],
"exclude": ["**/*.test.ts", "**/*.test.tsx"],
"references": [
{"path": "../decorators"},
{"path": "../jest-dom-mocks"}
]
"references": [{"path": "../decorators"}, {"path": "../jest-dom-mocks"}]
}
6 changes: 3 additions & 3 deletions packages/decorators/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/enzyme-utilities/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/function-enhancers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-persisted/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": ".",
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src",
"paths": {
"koa": ["node_modules/koa"]
}
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-testing/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-dom-mocks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-koa-mocks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-mock-apollo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-mock-router/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-liveness-ping/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-metrics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-performance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"extends": "../tsconfig_base.json",
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-shopify-auth/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-shopify-graphql-proxy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/koa-shopify-webhooks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/magic-entries-webpack-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/mime-types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/network/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"rootDir": "."
"outDir": "./build/ts",
"rootDir": "src",
"baseUrl": "src"
},
"include": [
"../../config/typescript/**/*",
Expand Down
Loading

0 comments on commit e25b8e7

Please sign in to comment.