|
| 1 | +{ |
| 2 | + "compilerOptions": { |
| 3 | + "allowSyntheticDefaultImports": true, |
| 4 | + "baseUrl": "./", |
| 5 | + "esModuleInterop": true, |
| 6 | + "forceConsistentCasingInFileNames": true, |
| 7 | + "importHelpers": true, |
| 8 | + "isolatedModules": true, |
| 9 | + "module": "nodenext", |
| 10 | + "moduleResolution": "nodenext", |
| 11 | + "noImplicitReturns": true, |
| 12 | + "noUnusedLocals": false, |
| 13 | + "noUnusedParameters": true, |
| 14 | + "outDir": "./dist", |
| 15 | + "resolveJsonModule": true, |
| 16 | + "rootDir": "./src", |
| 17 | + "skipLibCheck": true, |
| 18 | + "sourceMap": false, |
| 19 | + "strict": true, |
| 20 | + "target": "es2020", |
| 21 | + "noImplicitAny": true, |
| 22 | + "noImplicitThis": true, |
| 23 | + "strictNullChecks": true, |
| 24 | + "strictFunctionTypes": true, |
| 25 | + "strictBindCallApply": true, |
| 26 | + "strictPropertyInitialization": true, |
| 27 | + "strictBuiltinIteratorReturn": true, |
| 28 | + "alwaysStrict": true, |
| 29 | + "useUnknownInCatchVariables": true, |
| 30 | + "moduleDetection": "force", |
| 31 | + "useDefineForClassFields": true, |
| 32 | + "resolvePackageJsonExports": true, |
| 33 | + "resolvePackageJsonImports": true, |
| 34 | + "preserveConstEnums": true, |
| 35 | + "emitDeclarationOnly": false, |
| 36 | + "incremental": true, |
| 37 | + "tsBuildInfoFile": "/Users/sandro.huber/dev/clerk-javascript/node_modules/.pnpm/vitest@3.0.5_@edge-runtime+vm@5.0.0_@types+debug@4.1.12_@types+node@22.18.1_jiti@2.4.2__813146d580452344aa4f7ff4eba01a17/node_modules/vitest/dist/chunks/tsconfig.tmp.tsbuildinfo" |
| 38 | + }, |
| 39 | + "include": ["src"], |
| 40 | + "exclude": ["dist"] |
| 41 | +} |
0 commit comments