{ "compilerOptions": { "noEmit": true, "target": "ES2022", "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2023", "DOM", "DOM.Iterable"], "skipLibCheck": true, "sourceMap": true, "esModuleInterop": true, "moduleResolution": "Node", "experimentalDecorators": true, "emitDecoratorMetadata": true, /* Linting */ "strict": true, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "downlevelIteration": true, /* AllowJs during migration phase */ "allowJs": true, "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "typeRoots": [], "outDir": "./dist", "rootDir": "./" }, "include": ["src/**/*"] }