Files
gitea-themes/tsconfig.json
T
2026-05-16 02:09:59 +08:00

13 lines
286 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["bun"],
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["scripts/**/*.ts", "src/**/*.ts", "styles/**/*.ts", "themes/**/*.ts"]
}