Skip to content

Commit

Permalink
build(sanity): remove unused paths config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Oct 3, 2022
1 parent 3874af7 commit 5d6d411
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions packages/sanity/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
"rootDir": ".",
"outDir": "./lib/dts",
"jsx": "react",
"baseUrl": "./src/_exports",
"paths": {
"sanity/_internal": ["./_internal.ts"],
"sanity/_unstable": ["./_unstable.ts"],
"sanity/cli": ["./cli.ts"],
"sanity/desk": ["./desk.ts"],
"sanity/form": ["./form.ts"],
"sanity": ["./index.ts"]
},

// For package.json import and scripts
"resolveJsonModule": true,
Expand Down
9 changes: 0 additions & 9 deletions packages/sanity/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
"rootDir": ".",
"outDir": "./lib/dts",
"jsx": "react",
"baseUrl": "./src/_exports",
"paths": {
"sanity/_internal": ["./_internal.ts"],
"sanity/_unstable": ["./_unstable.ts"],
"sanity/cli": ["./cli.ts"],
"sanity/desk": ["./desk.ts"],
"sanity/form": ["./form.ts"],
"sanity": ["./index.ts"]
},

// For package.json import
"resolveJsonModule": true,
Expand Down

0 comments on commit 5d6d411

Please sign in to comment.