mirror of
https://github.com/vercel/commerce.git
synced 2025-08-13 20:31:23 +00:00
.vscode
assets
components
config
framework
lib
pages
public
.editorconfig
.env.template
.eslintrc
.gitignore
.prettierignore
.prettierrc
Dockerfile
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
docker-compose.yml
global.d.ts
license.md
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
pre-push
swell-js.d.ts
tailwind.config.js
tsconfig.json
yarn.lock
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|