Files
aniplay-api/tsconfig.json
Rushil Perera 29345a7bd1 style: add prettier
Summary:

Test Plan:
2024-05-14 22:01:21 -04:00

14 lines
285 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ESNext"],
"types": ["@cloudflare/workers-types"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}