{ "compilerOptions": { "moduleResolution": "bundler", "module": "esnext", "target": "esnext", "strict": true, "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": false, "noUnusedParameters": true, "alwaysStrict": true, "baseUrl": "src", "paths": { "$lib/*": ["lib/*"], }, }, "include": ["src"], "exclude": ["node_modules", ".git"], }