Skip to content

Commit

Permalink
[core] Remove baseUrl from all packages tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 6, 2024
1 parent db06a89 commit 878720b
Show file tree
Hide file tree
Showing 26 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/@docs/demos/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@docs/styles-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine-tests/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine-tests/dates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/carousel/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/charts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/code-highlight/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/colors-generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/dates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/dropzone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
1 change: 0 additions & 1 deletion packages/@mantine/form/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",
"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/hooks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/modals/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/notifications/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/nprogress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/spotlight/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/store/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/tiptap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/vanilla-extract/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/dev-icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/mantine-header/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/mantine-logo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/mantine-meta/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantinex/shiki/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exclude": ["./lib", "./esm", "./cjs"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",

"declaration": true,
"declarationDir": "lib",
"types": ["node", "jest", "@testing-library/jest-dom"],
Expand Down

0 comments on commit 878720b

Please sign in to comment.