Details: C3 = create-cloudflare@2.62.0 project name = anum-frontend framework = react-router framework cli = create-react-router@7.9.6 package manager = pnpm@10.26.1 wrangler = wrangler@4.57.0 git = 2.52.0
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["vite.config.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"lib": ["ES2022"],
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|