/[sudobot]/trunk/docs/tsconfig.json
ViewVC logotype

Annotation of /trunk/docs/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 595 byte(s)
chore: add trunk
1 rakinar2 575 {
2     "compilerOptions": {
3     "target": "es5",
4     "lib": ["dom", "dom.iterable", "esnext"],
5     "allowJs": true,
6     "skipLibCheck": true,
7     "strict": true,
8     "noEmit": true,
9     "esModuleInterop": true,
10     "module": "esnext",
11     "moduleResolution": "bundler",
12     "resolveJsonModule": true,
13     "isolatedModules": true,
14     "jsx": "preserve",
15     "incremental": true,
16     "plugins": [
17     {
18     "name": "next"
19     }
20     ],
21     "paths": {
22     "@/*": ["./*"]
23     }
24     },
25     "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
26     "exclude": ["node_modules"]
27     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26