mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* Quetzal setup stuff * Custom translation function * CI * Update stuff * Revert components * Various fixes * Hook * New IDs * Add auto-gen info header * Fix CI * Fix CI * Update translations * Update script * More fixes * Overrides * fixed quetzal * added more translations * added more translation * updated translation * added i18n docs * updated pnpm lock * fixed build --------- Co-authored-by: Zai Shi <zaishi00@outlook.com>
21 lines
664 B
JSON
21 lines
664 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"target": "ES2021",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2021", "ES2022.Error"],
|
|
"module": "ES2020",
|
|
"moduleResolution": "Bundler",
|
|
"esModuleInterop": true,
|
|
"noErrorTruncation": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": ["next-env.d.ts", "src/**/*", ".next/types/**/*.ts", "../stack-shared/src/utils/browsers.tsx", "src/providers/translation-provider-client.tsx", "src/providers/translation-provider.tsx"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|