Fix error when updating website.

This commit is contained in:
Brian Cao 2022-11-21 11:39:59 -08:00
parent 82d1f1ba2c
commit 371425ab60
2 changed files with 2 additions and 2 deletions

View file

@ -23,6 +23,6 @@
"noEmit": true,
"jsx": "preserve"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "queries/admin/website/getAllWebsites.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}