FMHYedit/tsconfig.json
taskylizard a69a834899
feat(api): ratelimiting
because some group of idiots like me so much that they spam my endpoint
2024-07-10 03:47:04 +00:00

33 lines
909 B
JSON

{
"extends": "./.nitro/types/tsconfig.json"
// "compilerOptions": {
// "verbatimModuleSyntax": true,
// "baseUrl": ".",
// "module": "esnext",
// "target": "esnext",
// "lib": ["DOM", "ESNext"],
// "strict": true,
// "jsx": "preserve",
// "esModuleInterop": true,
// "skipLibCheck": true,
// "moduleResolution": "node",
// "resolveJsonModule": true,
// "noUnusedLocals": true,
// "strictNullChecks": true,
// "forceConsistentCasingInFileNames": true,
// "sourceMap": true,
// "isolatedModules": true
// },
// "include": [
// "**/*.vue",
// "**/*.tsx",
// "**/*.ts",
// ".vitepress/**/**/*.ts",
// ".vitepress/**/**/*.tsx",
// ".vitepress/**/**/*.vue"
// ],
// "exclude": ["**/node_modules/**", "dist/**"],
// "extensions": [".js", ".ts", ".tsx", ".jsx", ".vue"],
// "allowSyntheticDefaultImports": true
}