1234567891011121314151617181920 |
- {
- "files": [],
- "references": [
- {
- "path": "./tsconfig.node.json"
- },
- {
- "path": "./tsconfig.app.json"
- },
- {
- "path": "./tsconfig.vitest.json"
- }
- ],
- "compilerOptions": {
- "module": "NodeNext"
- },
- "rules": {
- "@typescript-eslint/no-explicit-any": "off"
- }
- }
|