1
0
Fork 0
freesewing/sites/sanity/tsconfig.json

7 lines
286 B
JSON
Raw Normal View History

2022-10-20 22:36:16 +02:00
{
// 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"]
}