mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-08 13:30:17 -04:00
7 lines
286 B
JSON
7 lines
286 B
JSON
{
|
|
// 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"]
|
|
}
|