Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Del Core committed Sep 12, 2023
1 parent b74b0a2 commit b10fc6a
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 78 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"docs:start": "cd website && yarn start",
"postinstall": "yarn monorepo:check",
"build": "yarn build:pkgs && yarn build:community",
"build:pkgs": "yarn clean && tsc --build tsconfig.packages.json",
"build:pkgs": "tsc --build tsconfig.packages.json",
"build:pkgs:watch": "tsc --build --watch tsconfig.packages.json",
"build:community": "parcel build community/*",
"build:community:watch": "parcel watch community/*",
Expand Down
4 changes: 3 additions & 1 deletion packages/cli-alias/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"],
"references": [
{ "path": "../types" },
{ "path": "../core" },
Expand Down
4 changes: 3 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"],
"references": [
{ "path": "../types" },
{ "path": "../core" },
Expand Down
4 changes: 3 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"],
"references": [{ "path": "../types" }]
}
4 changes: 3 additions & 1 deletion packages/fetcher/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"],
"references": [{ "path": "../types" }]
}
6 changes: 4 additions & 2 deletions packages/initializer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"exclude": ["./template"],
"include": ["src"],
"exclude": ["./template/*"],
"references": [{ "path": "../types" }, { "path": "../utils" }]
}
6 changes: 4 additions & 2 deletions packages/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
}
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"]
}
6 changes: 4 additions & 2 deletions packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
}
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"]
}
4 changes: 3 additions & 1 deletion packages/validator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.packages.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
"outDir": "dist",
"baseUrl": "."
},
"include": ["src"],
"references": [{ "path": "../fetcher" }, { "path": "../types" }]
}
59 changes: 0 additions & 59 deletions scripts/configure-references.js

This file was deleted.

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"es2017"
]
},
"exclude": ["node_modules", "plugin_packages", "dist"]
"include": ["packages/**/*", "community/**/*", "scripts"],
"exclude": ["./node_modules", "./plugin_packages"]
}
6 changes: 3 additions & 3 deletions tsconfig.packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"compilerOptions": {
"composite": true
},
// https://github.com/microsoft/TypeScript/issues/55717#issuecomment-1715003394
"files": [],
"include": [],
"exclude": [
"./community",
"./scripts",
"node_modules",
"plugin_packages",
"dist",
"__tests__",
"**/*.test*",
"**/*.spec*"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2654,9 +2654,9 @@
integrity sha512-jD5VbvhfMhaYN4M3qPJuhMVUg3Dfc4tvPvLEAXn6GXbs/ajDFtCQahX37GIE65ipTI3I+hEvNaXS3MYAn9Ce3Q==

"@types/lodash@^4.14.176":
version "4.14.195"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632"
integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==
version "4.14.198"
resolved "https://packages.atlassian.com/api/npm/npm-remote/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c"
integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==

"@types/minimist@^1.2.0":
version "1.2.2"
Expand Down

0 comments on commit b10fc6a

Please sign in to comment.