Skip to content

Commit

Permalink
fix: sanity/tsconfig.json bug (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik authored Oct 27, 2023
1 parent 8b60de3 commit fd6ee86
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions sanity/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
{
"compilerOptions": {
"jsx": "react"
},
"compilerOptions": {
"jsx": "react"
},
"compilerOptions": {
"jsx": "react"
},
"compilerOptions": {
"jsx": "react"
},
"compilerOptions": {
"jsx": "react"
},
"compilerOptions": {
"jsx": "react"
},
// Note: This config is only used to help editors like VS Code understand/resolve
// parts, the actual transpilation is done by babel. Any compiler configuration in
// here will be ignored.
"include": ["./node_modules/@sanity/base/types/**/*.ts", "./**/*.ts", "./**/*.tsx", "layouts/1920X1080/index.ts", "layouts/twitter/index.tsx", "sanity.config.js", "layouts/1920X1080/deafult.jsx"], "layouts/1920X1080/index.js"
"include": ["./node_modules/@sanity/base/types/**/*.ts", "./**/*.ts", "./**/*.tsx", "layouts/1920X1080/index.ts", "layouts/twitter/index.tsx", "sanity.config.js", "layouts/1920X1080/deafult.jsx", "layouts/1920X1080/index.js"]
}

0 comments on commit fd6ee86

Please sign in to comment.