{ "compilerOptions": { "noEmit": true, "target": "esnext", "module": "esnext", "moduleDetection": "force", "moduleResolution": "bundler", "esModuleInterop": true, "lib": ["esnext"], "skipLibCheck": true, "skipDefaultLibCheck": true, "strict": true, "verbatimModuleSyntax": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "baseUrl": "src", "paths": { "@/*": ["./*"] } }, "include": ["src"] }